-
Suggestion
-
Resolution: Unresolved
-
None
-
None
Git Flow has the ability to automatically delete the remote branch (along with the local branch) of a feature/hotfix/etc after finishing using the -F option. The -F option fetches the remote branch before it deletes it remotely so you don't lose any work.
git flow feature finish -F branch_name
It would be nice to have the same function available from within SourceTree.
[SRCTREEWIN-782] Git Flow - delete remote branch on finish feature
Workflow | Original: JAC Suggestion Workflow [ 3454761 ] | New: JAC Suggestion Workflow 3 [ 3674622 ] |
Workflow | Original: SourceTree Bug Workflow [ 542567 ] | New: JAC Suggestion Workflow [ 3454761 ] |
Status | Original: Reopened [ 4 ] | New: Gathering Interest [ 11772 ] |
Issue Type | Original: New Feature [ 2 ] | New: Suggestion [ 10000 ] |
Assignee | Original: Steve Streeting [ sstreeting ] | |
Resolution | Original: Obsolete [ 11 ] | |
Status | Original: Closed [ 6 ] | New: Reopened [ 4 ] |
Affects Version/s | New: 1.8.3 [ 61393 ] |
Why no earth is this still a problem. Can someone fix this so that when the feature is finished and pushed, the remote is deleted as well? We don't have this problem in Mercurial land.