Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 105 Bytes

git.md

File metadata and controls

5 lines (3 loc) · 105 Bytes

Git

Remove all local branches except master:

git branch | grep -v "master" | xargs git branch -D