Skip to content

henrikpersson/git-trash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

git-trash

Delete your old branches that you always forget to remove when you're done!

Problem

➜ git branch | wc -l
      325

Solution

trash

By default the current branch along with the branches master, main, develop and development will be ignored. The current branch, master and main 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages