Created
February 1, 2019 07:41
-
-
Save omkar-dsd/1ce6876da7e3b9f6fff331a131dfd47e to your computer and use it in GitHub Desktop.
Revisions
-
omkar-dsd created this gist
Feb 1, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ for b in `git branch` do `git branch -d $b` done