Skip to content

Commit 198feb9

Browse files
committed
Updating README
1 parent 3e1c99c commit 198feb9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The power of GitHub Archive comes in its configuration. Maybe you only want to c
2929

3030
* Personal repos cloning/pulling
3131
* Organization repos cloning/pulling
32-
* Personal Gists cloning/pulling
32+
* Gists cloning/pulling
3333
* List of organizations to include
3434
* Which branch to clone/pull from
3535
* A host of environment variables to tweak GitHub Archive even further to meet your needs
@@ -60,7 +60,7 @@ ssh-add
6060

6161
**SSH Key:** You must have an SSH key generated on your local machine and added to your GitHub account as this tool uses the `ssh_url` to clone/pull.
6262

63-
**Merge Conflicts:** *Be aware that using GitHub Archive could lead to merge conflicts if you do not commit or stash your changes if using these repos as active development repos instead of simply an archive or one-time clone.*
63+
**Merge Conflicts:** Be aware that using GitHub Archive could lead to merge conflicts if you do not commit or stash your changes if using these repos as active development repos instead of simply an archive or one-time clone.
6464

6565
```
6666
Basic Usage:
@@ -81,7 +81,7 @@ Options:
8181
-b BRANCH, --branch BRANCH
8282
Which branch to pull from.
8383
84-
Environment Variables
84+
Environment Variables:
8585
GITHUB_TOKEN expects a string of your GitHub Token
8686
GITHUB_ARCHIVE_ORGS expects a string of comma separated orgs. eg: "org1, org2"
8787
GITHUB_ARCHIVE_LOCATION expects a string of an explicit location on your machine (eg: "~/custom_location"). Default: ~/github-archive

0 commit comments

Comments
 (0)