Skip to content

Instantly share code, notes, and snippets.

@evilensky
Forked from schacon/gist:942899
Created August 12, 2013 21:57
Show Gist options
  • Select an option

  • Save evilensky/6215677 to your computer and use it in GitHub Desktop.

Select an option

Save evilensky/6215677 to your computer and use it in GitHub Desktop.

Revisions

  1. @schacon schacon created this gist Apr 26, 2011.
    7 changes: 7 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    $ git branch -r --merged |
    grep origin |
    grep -v '>' |
    grep -v master |
    xargs -L1 |
    awk '{split($0,a,"/"); print a[2]}' |
    xargs git push origin --delete