Metadata-Version: 2.1
Name: git-prune
Version: 0.0.2
Summary: Clean up your local git branches with one command
Home-page: https://github.com/rsoper/git-prune
Author: Richard Soper
Author-email: 
License: MIT
Description: # 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
Platform: UNKNOWN
Description-Content-Type: text/markdown
