Skip to content

This is a simple PYTHON3 repo that prompts all your local branches so that you can select which branch you want to delete locally. Keep your workspace clean!

License

Notifications You must be signed in to change notification settings

Minkey27/delete-all-the-branches

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Delete all the branches!

This is a simple PYTHON3 repo that prompts all your local branches so that you can select which branch you want to delete locally. Keep your workspace clean!

Installation

Clone the repo and do the pip installs. Best do this in a virtualenv.

pip install -r requirements.txt

Usage

# ./idatb.py <your_git_repo_dir>
./idatb.py /Users/yyung/projects/voipgrid-sandbox

Or if you do not supply an argument, it will get the current directory. Make sure you use the correct virtualenv. ;)

/Users/yyung/.virtualenvs/delete-all-the-branches/bin/python /Users/yyung/projects/delete-all-the-branches/idatb.py

About

This is a simple PYTHON3 repo that prompts all your local branches so that you can select which branch you want to delete locally. Keep your workspace clean!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages