This command will create a new branch which by default will not sync with metro sync --all.
Expected Behaviour
You may have a branch that is local-only and you use to store temp work in the WIP of. You want to prevent this branch being synced with the remote. Use metro branch local-branch --no-sync.
Command Description
This command will create a new branch which by default will not sync with
metro sync --all
.Expected Behaviour
You may have a branch that is local-only and you use to store temp work in the WIP of. You want to prevent this branch being synced with the remote. Use
metro branch local-branch --no-sync
.