tj.git-extras/bin/git-show-merged-branches
2023-02-03 09:41:36 +08:00

4 lines
119 B
Bash
Executable file

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