Skip to content

Instantly share code, notes, and snippets.

@kxhitiz
Created January 7, 2016 16:16
Show Gist options
  • Save kxhitiz/d30c6787c7bff63880af to your computer and use it in GitHub Desktop.
Save kxhitiz/d30c6787c7bff63880af to your computer and use it in GitHub Desktop.
**GIT**
git fetch -p
git branch --merged | grep -v master | xargs -n 1 git branch -d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment