https://github.com/ucpr/rmlb
Remove local branches that does not exist in remote.
https://github.com/ucpr/rmlb
branches git python remove
Last synced: 5 months ago
JSON representation
Remove local branches that does not exist in remote.
- Host: GitHub
- URL: https://github.com/ucpr/rmlb
- Owner: ucpr
- License: mit
- Created: 2020-04-18T17:12:20.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-19T13:49:06.000Z (almost 6 years ago)
- Last Synced: 2025-10-25T08:42:50.355Z (8 months ago)
- Topics: branches, git, python, remove
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rmlb




Remove a branch that does not exist in remote.
## Install
```shell
$ pip install rmlb
```
## Usage
```no
usage: rmlb.py [-h] [-ro {-d,-D}] [-q]
optional arguments:
-h, --help show this help message and exit
-ro {-d,-D}, --remove-option {-d,-D}
Options for removing a branch. The default is '-d'.
-q, --quiet No output.
```
## Author
ucpr
## License
MIT