Skip to content

Instantly share code, notes, and snippets.

@khanhtran3005
Created November 20, 2019 03:57
Show Gist options
  • Save khanhtran3005/c7213f00ad9a1abd132a5cddf91942bc to your computer and use it in GitHub Desktop.
Save khanhtran3005/c7213f00ad9a1abd132a5cddf91942bc to your computer and use it in GitHub Desktop.

Revisions

  1. khanhtran3005 created this gist Nov 20, 2019.
    1 change: 1 addition & 0 deletions delete-branches.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    `git remote show origin | grep {pattern} | awk '{print $1}' | xargs git push origin -d`