Include --private flag in example

By default, private repositories are not included. This is surprising.
It took me a while to figure this out, and making that clear in the
example can help others to be aware of that.
This commit is contained in:
wouter bolsterlee
2020-08-27 17:01:56 +02:00
committed by GitHub
parent 751b0d6e82
commit d8bcbfa644

View File

@@ -153,10 +153,10 @@ Instructions on how to do this can be found on https://git-lfs.github.com.
Examples
========
Backup all repositories::
Backup all repositories, including private ones::
export ACCESS_TOKEN=SOME-GITHUB-TOKEN
github-backup WhiteHouse --token $ACCESS_TOKEN --organization --output-directory /tmp/white-house --repositories
github-backup WhiteHouse --token $ACCESS_TOKEN --organization --output-directory /tmp/white-house --repositories --private
Backup a single organization repository with everything else (wiki, pull requests, comments, issues etc)::