Git cleanup
Remove all git local branches already merged into master using this command
git branch --merged master | grep -v '^ *master$' | xargs git branch -d
From
https://mobile.twitter.com/gbtekkie/status/829693459187523584
Remove all git local branches already merged into master using this command
git branch --merged master | grep -v '^ *master$' | xargs git branch -d
From
https://mobile.twitter.com/gbtekkie/status/829693459187523584