mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 15:36:21 -04:00
4 lines
125 B
Bash
Executable file
4 lines
125 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
git branch --no-color --merged | grep -v "\*" | grep -v master | grep -v svn | xargs -n 1 git branch -d
|