forked from extern/ohmyzsh
fix(git)!: remove -b
from blame
alias (#11864)
This commit is contained in:
parent
c74f2a1be9
commit
bae577d6b2
@ -34,7 +34,7 @@ plugins=(... git)
|
|||||||
| gbsg | git bisect good |
|
| gbsg | git bisect good |
|
||||||
| gbsr | git bisect reset |
|
| gbsr | git bisect reset |
|
||||||
| gbss | git bisect start |
|
| gbss | git bisect start |
|
||||||
| gbl | git blame -b -w |
|
| gbl | git blame -w |
|
||||||
| gb | git branch |
|
| gb | git branch |
|
||||||
| gba | git branch --all |
|
| gba | git branch --all |
|
||||||
| gbd | git branch --delete |
|
| gbd | git branch --delete |
|
||||||
|
@ -115,7 +115,7 @@ alias gbsb='git bisect bad'
|
|||||||
alias gbsg='git bisect good'
|
alias gbsg='git bisect good'
|
||||||
alias gbsr='git bisect reset'
|
alias gbsr='git bisect reset'
|
||||||
alias gbss='git bisect start'
|
alias gbss='git bisect start'
|
||||||
alias gbl='git blame -b -w'
|
alias gbl='git blame -w'
|
||||||
alias gb='git branch'
|
alias gb='git branch'
|
||||||
alias gba='git branch --all'
|
alias gba='git branch --all'
|
||||||
alias gbd='git branch --delete'
|
alias gbd='git branch --delete'
|
||||||
|
Loading…
Reference in New Issue
Block a user