diff options
| author | Christian Cleberg <[email protected]> | 2024-05-01 21:45:52 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2024-05-01 21:45:52 -0500 |
| commit | 7d3b5175f2d9d016b06190273fcfeb380a460b3f (patch) | |
| tree | 71139c9021b09704b2d45be3b64d54e2acbae55f /content/blog/2021-03-19-clone-github-repos.md | |
| parent | 7c70a351e25106ceff49ff8ee0a38e2a545f62f0 (diff) | |
| download | cleberg.net-7d3b5175f2d9d016b06190273fcfeb380a460b3f.tar.gz cleberg.net-7d3b5175f2d9d016b06190273fcfeb380a460b3f.tar.bz2 cleberg.net-7d3b5175f2d9d016b06190273fcfeb380a460b3f.zip | |
prettier formatting and rewrap lines
Diffstat (limited to 'content/blog/2021-03-19-clone-github-repos.md')
| -rw-r--r-- | content/blog/2021-03-19-clone-github-repos.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/content/blog/2021-03-19-clone-github-repos.md b/content/blog/2021-03-19-clone-github-repos.md index e2b1ce0..ca1547a 100644 --- a/content/blog/2021-03-19-clone-github-repos.md +++ b/content/blog/2021-03-19-clone-github-repos.md @@ -20,8 +20,8 @@ nano clone_github_repos.sh ``` Next, paste in the following information. Note that you can replace the word -`users` in the first line with `orgs` and type an organization's name instead -of a user's name. +`users` in the first line with `orgs` and type an organization's name instead of +a user's name. ```sh CNTX=users; NAME=YOUR-USERNAME; PAGE=1 @@ -45,8 +45,8 @@ Now you can run the script and should see the cloning process begin. # Cloning from Sourcehut -I haven't fully figured out how to directly incorporate Sourcehut's GraphQL -API into a bash script yet, so this one will take two steps. +I haven't fully figured out how to directly incorporate Sourcehut's GraphQL API +into a bash script yet, so this one will take two steps. First, log-in to Sourcehut and go to their [GraphQL playground for Git](https://git.sr.ht/graphql). Next, paste the following query into the left |
