diff options
| author | Christian Cleberg <[email protected]> | 2025-06-23 15:20:07 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2025-06-23 15:20:07 -0500 |
| commit | e6a61a6b88c50f80d8d8ba10e8f8d3f19531b1ca (patch) | |
| tree | c5fbcdebea6b6b389f4bf677355df3107fd7a1fe /content/blog/2021-03-19-clone-github-repos.org | |
| parent | c9715768e01108f7e74ffab01aa368f8adfc3f15 (diff) | |
| download | cleberg.net-e6a61a6b88c50f80d8d8ba10e8f8d3f19531b1ca.tar.gz cleberg.net-e6a61a6b88c50f80d8d8ba10e8f8d3f19531b1ca.tar.bz2 cleberg.net-e6a61a6b88c50f80d8d8ba10e8f8d3f19531b1ca.zip | |
feat(blog): update blog post titles and fix character bugs
Diffstat (limited to 'content/blog/2021-03-19-clone-github-repos.org')
| -rw-r--r-- | content/blog/2021-03-19-clone-github-repos.org | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/blog/2021-03-19-clone-github-repos.org b/content/blog/2021-03-19-clone-github-repos.org index c58563a..8699fb9 100644 --- a/content/blog/2021-03-19-clone-github-repos.org +++ b/content/blog/2021-03-19-clone-github-repos.org @@ -1,5 +1,5 @@ #+date: <2021-03-19 Fri 00:00:00> -#+title: Automated Cloning Procedures for GitHub and Sourcehut Repositories +#+title: GitHub and Sourcehut: Scripting Mass Clones and Remote Updates #+description: Script-based methodology for cloning multiple repositories from GitHub and Sourcehut accounts. Includes automation techniques to streamline repository management and backups. #+slug: clone-github-repos #+filetags: :git:cloning:scripting: @@ -81,7 +81,7 @@ Next, paste the following bash script in with the list of repositories you obtained above and replace =your-username= with your username. Note that this uses the SSH-based Git cloning method -(e.g. =git@git...=), so you'll need to ensure you have set up Sourcehut +(e.g. =git@git...=), so you'll need to ensure you have set up Sourcehut with your SSH key. #+begin_src sh |
