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

Push on feature finish #6417

Open
davidgoate opened this issue May 23, 2018 · 2 comments
Open

Push on feature finish #6417

davidgoate opened this issue May 23, 2018 · 2 comments

Comments

@davidgoate
Copy link

Is there a specific workflow based reason that the git flow feature finish feature doesn't have a p flag like release finish to automatically push back to the target branch (such as develop) after?

Admittedly I can create some alias which automatically does the feature finish then does a git push origin develop after so something similar, but I was curious from an educational perspective why release finish warranted it but feature finish did not.

@MaxBarraclough
Copy link

Seconded.

This strikes me as the worst of both worlds: the commands cannot be relied upon to be 'local only', but neither can they be relied upon to be fully transactional and avoid unexpected states in the remote repo.

@MaxBarraclough
Copy link

Update: The feature has been implemented as git flow feature finish --push (you cannot use -p), here.

(Remember that this nvie/gitflow repo is the deprecated old repo that we should no longer use!)

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

2 participants