nvie / gitflow

Git extensions to provide high-level repository operations for Vincent Driessen's branching model.
http://nvie.com/posts/a-successful-git-branching-model/
Other
26.63k stars 2.66k forks source link

Add support for pull requests on branch finishing #6364

Open martinfletcher opened 8 years ago

martinfletcher commented 8 years ago

Support for creating pull requests when finishing a branch would be a huge feature.

The ability to do the following:

git flow feature pull 0001

This would create a pull request for the current branch.

I would be happy to make a start on this, but my bash scripting is not too great so would need a little guidance.

mknippen commented 7 years ago

This would be an excellent way to have as an option when you finish a feature/hotfix. When a user types finish, instead of merging directly into dev, it creates a pull request to do so, and returns the link of the pull request.

Very helpful for teams that use this!

klclee commented 7 years ago

please consider adding this feature.. only thing really that stopping our team to use this is when we want to use pull request as the only way to merge :)

NobbZ commented 7 years ago

This isn't maintained for ages, please consider using and/or re reporting at gitflow-avh which is much more actively developed.