git-rm-merged is git subcommand that removes the merged local branches.
💡 New git ex command tool git-ex-js
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.
go install github.com/yasukotelin/git-rm-merged@latest
$ git rm-merged
feature/#1 [y/n]:y
feature/#2 [y/n]:n
feature/#3 [y/n]:y
MIT
yasukotelin