git delete branch except master code example Example: delete all local branches git $ git branch | grep -v "master" | xargs git branch -D