Skip to content

Instantly share code, notes, and snippets.

@omkar-dsd
Created February 1, 2019 07:41
Show Gist options
  • Select an option

  • Save omkar-dsd/1ce6876da7e3b9f6fff331a131dfd47e to your computer and use it in GitHub Desktop.

Select an option

Save omkar-dsd/1ce6876da7e3b9f6fff331a131dfd47e to your computer and use it in GitHub Desktop.

Revisions

  1. omkar-dsd created this gist Feb 1, 2019.
    4 changes: 4 additions & 0 deletions clean_my_branches.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    for b in `git branch`
    do
    `git branch -d $b`
    done