8000 GitHub - ilya-rachinskiy/git-recipes: shortcuts for git
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ilya-rachinskiy/git-recipes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

git-recipes

Shortcuts for git:

  • Remove all local branches except pattern

    `git branch | grep -v "master|develop|$(git branch --show-current)" | xargs git branch -D

About

shortcuts for git

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0