gh-clone-org
gh-clone-org copied to clipboard
A github-cli extension script to clone all repositories in an organization, optionally filtering by topic.
Hello, at first - that's a wonderful idea and is one of the best ways to back up source code. Thank you for the extension! But what I've noticed is...
Adds "do not clone archived" as default option and a parameter to enable clone of archived repositories ``` gh clone-org [-t TOPIC] [-s QUERY] [-p PATH] [-y] ORG ORG Github...
Essentially after clone run `gh repo set-default && gh repo fork`.
Having the option to exclude repositories by their metadata would be helpful when you're attempting to clone all of your current "active" repositories. This has been partially completed by #9,...
Is is possible to clone org repos using ssh instead of https? Thanks
The command is failing in 2 different ways when retrying the command for the same organization; $ gh clone-org -n -p repos FOOBAR Retrieving the list of repositories: orgs/FOOBAR/repos unexpected...
### Token storage change in [latest release](https://github.com/cli/cli/releases/latest) of [gh](https://github.com/cli/cli) This is a message from the GitHub CLI team, maintainers of `gh`, writing to inform you that the most recent release...
This script is quite slow for my organization, which has ~2k repositories. This PR has two changes that speed it up significantly: 1. Add an option to shallow-clone repositories. Most...
For cases in which `gh` is not in $PATH, it's useful to have an option to specify the path to the binary/executable manually.