• Vincent Driessen's avatar
    Force deletion of the feature branch after finish. · e761e355
    Vincent Driessen authored
    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.
    e761e355
git-flow-feature 11.4 KB