Skip to content
forked from gfogle/squasher

Node app to delete git branches locally that have been squash merged

License

Notifications You must be signed in to change notification settings

jbuck94/squasher

 
 

Repository files navigation

squasher

Do you squash merge? Do your friends? Do you have 300 local branches that cant be automatically deleted with commit compares? What if there was a solution to ALL your squash merge problems!

Hopefully you read that like an infomercial.

how it works

Opens an electron app and allows you to choose a directory that contains the git repo you want to delete branches from that have been "squash and merged" via github UI. Simply select the folder and it will execute a shell to CD into that directory and GIT BRANCH to list all the branches on that repo. You can then selectively delete them via checkboxes. The one caveat is it wont let you delete a branch with master in the name or * because thats you're current working branch.

how to use it

  • clone the repo
  • yarn install - or npm install
  • npm start

alt text

About

Node app to delete git branches locally that have been squash merged

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 60.8%
  • CSS 23.3%
  • HTML 11.8%
  • Shell 4.1%