Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Detect whether push *should* fail #62

Open
drernie opened this issue Jun 8, 2023 · 0 comments
Open

Detect whether push *should* fail #62

drernie opened this issue Jun 8, 2023 · 0 comments

Comments

@drernie
Copy link
Member

drernie commented Jun 8, 2023

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant