SiliconSloth / Metro

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

Command: Sync --bad-wip #56

Open Black-Photon opened 4 years ago

Black-Photon commented 4 years ago

Command Description

Currently, if the remote has a bad WIP, it won't sync and cannot be resolved without git. This command will sync the WIP, even if invalid.

Expected Behaviour

The WIP on remote is broken. You no longer want it, so you use metro sync --bad-wip and can delete it locally. Syncing then normally will delete the bad WIP on remote.