Open martinfletcher opened 8 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!
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 :)
This isn't maintained for ages, please consider using and/or re reporting at gitflow-avh which is much more actively developed.
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.