Right now, it seems like the options for push are:
- use "--force" to always succeed
- do not use "force" and take your chances
The optimal route seems to be:
- always succeed (so you don't lose data)
- WARN that you are overwriting a more recent version than you had pulled
Is there anyway to do that with the existing quilt3 API?
Right now, it seems like the options for push are:
The optimal route seems to be:
Is there anyway to do that with the existing quilt3 API?