https://github.com/fallaciousreasoning/git-fetch-prune
A git extension for deleting branches which have been merged.
https://github.com/fallaciousreasoning/git-fetch-prune
Last synced: over 1 year ago
JSON representation
A git extension for deleting branches which have been merged.
- Host: GitHub
- URL: https://github.com/fallaciousreasoning/git-fetch-prune
- Owner: fallaciousreasoning
- Created: 2021-01-11T10:34:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-16T21:49:18.000Z (over 3 years ago)
- Last Synced: 2025-01-31T09:46:15.864Z (over 1 year ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## About
A simple git tool for deleting branches from your local repository that have already been merged.
## Usage
The tool doesn't delete any branches unless the `-F` or `--force` flag is provided.
`git fetch-prune` to see what will be deleted.
`git fetch-prune --force` to delete all merged branches.
## Installation
1. Clone the repository
2. Add the repository link to your path.