An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# rmlb
![Actions Status](https://img.shields.io/github/workflow/status/ucpr/rmlb/CI?style=flat-square)
![PyPI - Package Version](https://img.shields.io/pypi/v/rmlb?style=flat-square)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/rmlb?style=flat-square)
![PyPI - License](https://img.shields.io/pypi/l/rmlb?style=flat-square)

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