aboutsummaryrefslogtreecommitdiff
path: root/content/blog/2021-03-19-clone-github-repos.md
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2024-05-01 21:45:52 -0500
committerChristian Cleberg <hello@cleberg.net>2024-05-01 21:45:52 -0500
commitdc1261d703ae1e1a14841b030888e3f87ff7c38f (patch)
tree71139c9021b09704b2d45be3b64d54e2acbae55f /content/blog/2021-03-19-clone-github-repos.md
parentba6b552c8256cc2e071c910ef7821c82443f1f82 (diff)
downloadcleberg.net-dc1261d703ae1e1a14841b030888e3f87ff7c38f.tar.gz
cleberg.net-dc1261d703ae1e1a14841b030888e3f87ff7c38f.tar.bz2
cleberg.net-dc1261d703ae1e1a14841b030888e3f87ff7c38f.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.md8
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