Releases: rhysd/github-clone-all
Releases · rhysd/github-clone-all
v2.4.0
- New: Add
-deep
option not to do shallow clone
v2.3.0
- New: Add
-selfupdate
flag to self-update
- New: Add
-version
flag to check version
v2.2.0
- Added
-count
flag to limit number of repositories to clone
- Added
-dry
flag to only show which repositories will be cloned by the given query
You can see the detail of flags by -help
flag.
v2.1.0
-token
or $GITHUB_TOKEN
is now optional
- Tweak command document
v2.0.0
- Breaking Change: Command line interface was changed
- Removed
-lang
and -query
- Now all positional args are regarded as query
- Breaking Change: Number of workers is determined based on number of CPUs (previously fixed to 4)
- Delete all symlinks in repo
v1.1.0
- New: Add
-quiet
flag
- Fix: Error handling on cloning with
git clone