SiliconSloth / Metro

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

Command: Branch --no-sync #60

Closed Black-Photon closed 4 years ago

Black-Photon commented 4 years ago

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.

SiliconSloth commented 4 years ago

Command removed by a47cd79