gobriansteele / git-clean-branch

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:MIT License


Languages

Language:Shell 100.0%