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

git phlow deliver should fail if there is nothing to deliver #266

Open
JKrag opened this issue Oct 19, 2017 · 0 comments
Open

git phlow deliver should fail if there is nothing to deliver #266

JKrag opened this issue Oct 19, 2017 · 0 comments
Milestone

Comments

@JKrag
Copy link
Contributor

JKrag commented Oct 19, 2017

Currently (v 3.1) git phlow does not check if you have made any commits, and will still try to deliver your branch. This is a cause for confusion and also takes time compared to the instant check of "up to date status".

Instead I suggest that deliver should check if you have any commits ahead of origin/ and present a nice warning like "The is nothing to deliver. Did you perhaps forget to run git wrapup first?"

I cannot at this time think of a scenario where we would need to be able to override this behaviour but please comment if you can think of a valid case - even obscure.

@groenborg groenborg added this to the Backlog milestone Oct 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants