Skip to content

rsoper/git-prune

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git-prune

build git-prune-ver pythonver license

Clean up your local git branches to match the remote with one command. This tool checks your remote location for current branches, compares this list against the local git branches, and gives you the option to remove all orphaned local branches.

Installation

pip3 install git-prune

Usage

git-prune -- Prunes local branches in the current working directory.

git-prune -d /Path/to/repository -- Prunes local branches in the provided directory.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages