killing a branch
From: Jens Axboe <hidden>
Date: 2016-06-15 22:42:16
From: Jens Axboe <hidden>
Date: 2016-06-15 22:42:16
Hi, When I need to delete a branch from my git tree, I'm currently using this (slooow) approach: $ rm .git/refs/heads/branch-name $ git prune to rid myself of the branch and associated objects. Is there a faster approach? (please cc me, not on the list) -- Jens Axboe