From 7d3b5175f2d9d016b06190273fcfeb380a460b3f Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Wed, 1 May 2024 21:45:52 -0500 Subject: prettier formatting and rewrap lines --- content/blog/2021-03-19-clone-github-repos.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'content/blog/2021-03-19-clone-github-repos.md') 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 -- cgit v1.2.3