Skip to content

🎉Initial Release

Pre-release
Pre-release
Compare
Choose a tag to compare
@drewwyatt drewwyatt released this 12 Apr 22:42

This is the first release of gitclean

This will delete local git branches in the current directory that have a remote tracking branch that is : gone.

commands

  • gitclean (no arguments)
    • executes "git branch -d" on ": gone" branches
  • gitclean -f
    • executes "git branch -D" on ": gone" branches