git-wip icon indicating copy to clipboard operation
git-wip copied to clipboard

implement git wip delete

Open bartman opened this issue 15 years ago • 2 comments

Should be able to delete wip branches.

$ git wip list wip/foo wip/bar

$ git wip delete wip/foo $ git wip delete bar

bartman avatar Nov 05 '09 14:11 bartman

What's the 'manual' way of getting rid of any 'wip' branch created with 'git wip'

snaewe avatar May 17 '11 12:05 snaewe

I finally found it out: git push . :wip/BRANCHNAME does the job.

snaewe avatar Jul 01 '11 11:07 snaewe