git-wip
git-wip copied to clipboard
deleting a branch does not delete the associated wip branch
There are thre ways to address this:
- git wip clean, scan and delete stale wip branches
- git wip could scan automatically every so often
- hook script... well, if we had scripts for branches... so that requires changes to git-core