gh repo sync [destination-repository]
Sync destination repository from source repository. Syncing uses the main branch
of the source repository to update the matching branch on the destination
repository so they are equal. A fast forward update will be used execept when the
'--force' flag is specified, then the two branches will
by synced using a hard reset.
Without an argument, the local repository is selected as the destination repository.
The source repository is the parent of the destination repository by default.
This can be overridden with the '--source' flag
Arguments
Name | Description |
---|
destination-repository | |
Options
Name | Description |
---|
-b, --branch <branch name> | Branch to sync |
--force | Hard reset the branch of the destination repository to match the source repository |
-s, --source <source repository> | Source repository |