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