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,
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
,