gregpaton08 / git-cheat-sheet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

git-cheat-sheet

branches

delete branches that match pattern

git branch -D `git branch | grep <PATTERN>`

About