You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ The power of GitHub Archive comes in its configuration. Maybe you only want to c
29
29
30
30
* Personal repos cloning/pulling
31
31
* Organization repos cloning/pulling
32
-
*Personal Gists cloning/pulling
32
+
* Gists cloning/pulling
33
33
* List of organizations to include
34
34
* Which branch to clone/pull from
35
35
* A host of environment variables to tweak GitHub Archive even further to meet your needs
@@ -60,7 +60,7 @@ ssh-add
60
60
61
61
**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.
62
62
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.
64
64
65
65
```
66
66
Basic Usage:
@@ -81,7 +81,7 @@ Options:
81
81
-b BRANCH, --branch BRANCH
82
82
Which branch to pull from.
83
83
84
-
Environment Variables
84
+
Environment Variables:
85
85
GITHUB_TOKEN expects a string of your GitHub Token
86
86
GITHUB_ARCHIVE_ORGS expects a string of comma separated orgs. eg: "org1, org2"
87
87
GITHUB_ARCHIVE_LOCATION expects a string of an explicit location on your machine (eg: "~/custom_location"). Default: ~/github-archive
0 commit comments