SiliconSloth / Metro

Simple and flexible version control and code syncing.
MIT License
1 stars 1 forks source link

Command: Sync --all #61

Open Black-Photon opened 4 years ago

Black-Photon commented 4 years ago

Command Description

metro sync should ONLY sync the current branch and WIP as syncing all branches can be awkward.

Ability to sync all branches at once will be moved to metro sync --all. However, --force will still only apply to the current branch.

Expected Behaviour

You have made changes over many branches and want to sync them all. You can use metro sync --all

You have some work on other branches not ready to sync which would cause conflicts. For now you want to sync the progress on the current branch. You can use metro sync,