how to clean up git branches code example Example: clean local branches git git branch --merged master | grep -v '^[ *]*master$' | xargs git branch -d