gitflow icon indicating copy to clipboard operation
gitflow copied to clipboard

git flow and pull request harmony

Open tahahaz1374 opened this issue 1 year ago • 1 comments

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

tahahaz1374 avatar Sep 11 '24 15:09 tahahaz1374

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.

ChrisJStone avatar Jan 25 '25 14:01 ChrisJStone

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!

nvie avatar Oct 14 '25 09:10 nvie