0.0.1 • Published 4 years ago
gh-repo-sync-cli v0.0.1
gh-repo-sync
A cli running multiple "gh repo sync owner/cli-fork" commands to help sync all your forked GitHub repos
About gh ( github-cli ): https://github.com/cli/cli
Required
Make sure you have github-cli installed and authenticated
Install
IT IS gh-repo-sync-cli, NOT gh-repo-sync!!! The gh-repo-sync is another package 🤷
npm install -g gh-repo-sync-cliUsage
gh-repo-sync --helpThere are two ways to pass all repos names to gh repo sync
via command line
gh-repo-sync owner/repo1 owner/repo2via config file
Config in: ~/.config/gh-repo-sync/config.json
{
"repos": [
"owner/repo1",
"owner/repo2"
]
}Then run gh-repo-sync will sync all the forked repos
It will throw error when there are diverging changes
Screenshot

License
MIT © hexh250786313
0.0.1
4 years ago