git flow and pull request harmony
Hello there We use git flow and when start a future branch and publish it after that we create pull request and successfully merge this pull request which one is the best way to handle future branch
- remove manually future branch and then remove with -D in local branch
- just finish future branch
is there an way to git flow understand pull request was successful and remove future branch
I have a maintained version of git flow here. I am not sure with nvie's fork since I did not base my fork off of there's will support this or not. However if I understand the workflow you are using as long as the PR / feature branch is being merged via a cmd line using git flow feature finish --publish will achieve the results you want as long as the PR is "merged" from the originating clone.
Closing all issues as I'm archiving this repo. git-flow lives on at git-flow-next if you're still using it. Thanks for reporting!