Metadata-Version: 2.1
Name: git-prune
Version: 0.0.5
Summary: Clean up your local git branches to match the remote with one command.
Home-page: https://github.com/rsoper/git-prune
License: MIT
Author: Richard Soper
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Project-URL: Repository, https://github.com/rsoper/git-prune
Description-Content-Type: text/markdown

# git-prune

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

    1. Navigate to the directory of your local repository copy
    2. Enter the command "git-prune"
    3. Confirm removal of branches found
