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