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

git flow and pull request harmony #6493

Open tahahaz1374 opened 1 month ago

tahahaz1374 commented 1 month ago

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 1) remove manually future branch and then remove with -D in local branch 2) just finish future branch

is there an way to git flow understand pull request was successful and remove future branch