remove git gbda alias
parent
3ed3963084
commit
549b404195
@ -94,8 +94,6 @@ alias -g gp='| grep -i' #creates a global alias for grep
|
|||||||
| _gb_ | git branch |
|
| _gb_ | git branch |
|
||||||
| _gba_ | git branch -a |
|
| _gba_ | git branch -a |
|
||||||
| _gbd_ | git branch -d |
|
| _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 |
|
| _gbl_ | git blame -b -w |
|
||||||
| _gbnm_ | git branch --no-merged |
|
| _gbnm_ | git branch --no-merged |
|
||||||
| _gbr_ | git branch --remote |
|
| _gbr_ | git branch --remote |
|
||||||
|
Loading…
Reference in New Issue
Block a user