Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 479 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 479 Bytes

git-clean-branch

A plugin for oh-my-zsh that cleans up dead git branches

Installing

Simply clone the repo into your .oh-my-zsh/custom/plugins folder:

git clone https://github.com/gobriansteele/git-clean-branch.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/git-clean-branch

Then add git-clean-branch to your plugins in .zshrc:

plugins=(git yarn brew git-clean-branch)

To use, simply navigate into any git directory and run git-clean-branch.