Commit e761e35
committed
Force deletion of the feature branch after finish.
This fix also works when feature branches are created manually, based on remote
(i.e. other developers) feature branches, to work on features together.
`git branch -d` won't remove local feature branches that are set up to track
remote branches, `-D` will.
Fixes ticket #31.1 parent 06a5de7 commit e761e35
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
320 | 320 | | |
321 | 321 | | |
322 | 322 | | |
323 | | - | |
| 323 | + | |
324 | 324 | | |
325 | 325 | | |
326 | 326 | | |
| |||
0 commit comments