mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
feat(git): add bisect aliases gbsn and gbso (#11869)
This commit is contained in:
parent
76e541a3fe
commit
331f3c8b2e
2 changed files with 4 additions and 0 deletions
|
|
@ -113,6 +113,8 @@ alias gapt='git apply --3way'
|
|||
alias gbs='git bisect'
|
||||
alias gbsb='git bisect bad'
|
||||
alias gbsg='git bisect good'
|
||||
alias gbsn='git bisect new'
|
||||
alias gbso='git bisect old'
|
||||
alias gbsr='git bisect reset'
|
||||
alias gbss='git bisect start'
|
||||
alias gbl='git blame -w'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue