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

https://github.com/yasukotelin/git-rm-merged

git-rm-merged is git subcommand that removes the merged local branches.
https://github.com/yasukotelin/git-rm-merged

git git-subcommand go golang

Last synced: 4 months ago
JSON representation

git-rm-merged is git subcommand that removes the merged local branches.

Awesome Lists containing this project

README

          

# git-rm-merged

git-rm-merged is git subcommand that removes the merged local branches.

> :bulb: New git ex command tool [git-ex-js](https://github.com/yasukotelin/git-ex-js)

## Description

You can use the `git-rm-merged` as a git subcommand.
This removes the merged local branches.

**This confirms if you want to delete the target branches.**

## Install

```
go install github.com/yasukotelin/git-rm-merged@latest
```

## Usage

```
$ git rm-merged
feature/#1 [y/n]:y
feature/#2 [y/n]:n
feature/#3 [y/n]:y
```

## Licence

MIT

## Author

yasukotelin