Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 425 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 425 Bytes

problem

➜ git branch | wc -l
      325

git-trash

trash

By default the current branch along with the branches master, develop and development will be ignored. The current branch and master can never be trashed but you can customize other or additional branches to ignore by setting SKIP_BRANCHES.

➜ SKIP_BRANCHES="branch-1|feature/v3" git-trash