diff options
author | Christian Cleberg <hello@cleberg.net> | 2025-06-23 15:20:07 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2025-06-23 15:20:07 -0500 |
commit | f304d459c5278a135650296d2b1c407314d903fb (patch) | |
tree | c5fbcdebea6b6b389f4bf677355df3107fd7a1fe /content/blog/2021-03-19-clone-github-repos.org | |
parent | 5c89edc7c3ef52910eeb0be9eafa1278f575ffe9 (diff) | |
download | cleberg.net-f304d459c5278a135650296d2b1c407314d903fb.tar.gz cleberg.net-f304d459c5278a135650296d2b1c407314d903fb.tar.bz2 cleberg.net-f304d459c5278a135650296d2b1c407314d903fb.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 |