tj.git-extras/bin/git-show-merged-branches
2020-09-23 16:19:41 +08:00

4 lines
117 B
Bash
Executable file

#!/usr/bin/env bash
git branch --no-color --merged | grep -v "\*" | grep -v $(git_extra_default_branch) | tr -d ' '