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.
- Host: GitHub
- URL: https://github.com/yasukotelin/git-rm-merged
- Owner: yasukotelin
- License: mit
- Created: 2019-09-12T04:05:33.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-22T02:10:11.000Z (over 3 years ago)
- Last Synced: 2024-06-20T16:35:06.106Z (almost 2 years ago)
- Topics: git, git-subcommand, go, golang
- Language: Go
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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