mirror of
https://github.com/tj/git-extras.git
synced 2026-09-13 08:56:19 -04:00
4 lines
119 B
Bash
Executable file
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 ' '
|