Running multiple "gh repo sync owner/cli-fork" commands to help sync all your forked GitHub repos.
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
Make sure you have github-cli installed and authenticated
IT IS gh-repo-sync-cli, NOT gh-repo-sync!!! The gh-repo-sync is another package 🤷
npm install -g gh-repo-sync-cligh-repo-sync --help
There are two ways to pass all repos names to gh repo sync
gh-repo-sync owner/repo1 owner/repo2
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.
from https://github.com/hexh250786313/gh-repo-sync
No comments:
Post a Comment