Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 273 Bytes

File metadata and controls

12 lines (7 loc) · 273 Bytes

Git Nuke Command

Shortcut for deleting all merged branches

Install:

Download and move git-nuke file to a folder that exists on your local PATH i.e:

sudo mv git-nuke ~/usr/local/bin/git-nuke

Make sure the file executable

sudo chmod +x ~/usr/local/bin/git-nuke