mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
fix(git)!: remove -b from blame alias (#11864)
This commit is contained in:
parent
c74f2a1be9
commit
bae577d6b2
2 changed files with 2 additions and 2 deletions
|
|
@ -115,7 +115,7 @@ alias gbsb='git bisect bad'
|
|||
alias gbsg='git bisect good'
|
||||
alias gbsr='git bisect reset'
|
||||
alias gbss='git bisect start'
|
||||
alias gbl='git blame -b -w'
|
||||
alias gbl='git blame -w'
|
||||
alias gb='git branch'
|
||||
alias gba='git branch --all'
|
||||
alias gbd='git branch --delete'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue