0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00

add git gbda alias

ntwo1980 2017-07-24 10:02:04 +08:00
parent 5e59dd3ebd
commit 3ed3963084

@ -94,6 +94,7 @@ alias -g gp='| grep -i' #creates a global alias for grep
| _gb_ | git branch |
| _gba_ | git branch -a |
| _gbd_ | git branch -d |
| _gbda_ | git branch --no-color --merged | command grep -vE "^(\\*|\\s*(master|develop|dev)\\s*$)" | command xargs -n 1 git branch -d |
| _gbr_ | git branch --remote |
| _gbl_ | git blame -b -w |
| _gbnm_ | git branch --no-merged |