Skip to content

Instantly share code, notes, and snippets.

@AlessandroMinali
Created April 20, 2017 13:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AlessandroMinali/e3453912058003e7748c95e333448a8b to your computer and use it in GitHub Desktop.
Save AlessandroMinali/e3453912058003e7748c95e333448a8b to your computer and use it in GitHub Desktop.
Reap all branches on project
#!/bin/sh
echo "I'm the grim bloody reaper"
git checkout master
git branch | grep -v "master" | xargs git branch -D
git pull
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment