Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 135 Bytes

commonly_used_commands.md

File metadata and controls

6 lines (5 loc) · 135 Bytes

Commonly Used Commands

Delete all branches in local except for master

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