You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
is there an way to git flow understand pull request was successful and remove future branch
The text was updated successfully, but these errors were encountered: