mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-20 03:13:33 +01:00
add git bisect aliases to git plugin
This commit is contained in:
parent
75b9030f48
commit
3d950079d3
1 changed files with 7 additions and 0 deletions
|
|
@ -111,6 +111,13 @@ alias gsta='git stash'
|
||||||
alias gstp='git stash pop'
|
alias gstp='git stash pop'
|
||||||
alias gstd='git stash drop'
|
alias gstd='git stash drop'
|
||||||
|
|
||||||
|
# Bisect aliases
|
||||||
|
alias gbs='git bisect'
|
||||||
|
alias gbss='git bisect start'
|
||||||
|
alias gbsg='git bisect good'
|
||||||
|
alias gbsb='git bisect bad'
|
||||||
|
alias gbsr='git bisect reset'
|
||||||
|
|
||||||
# Will cd into the top of the current repository
|
# Will cd into the top of the current repository
|
||||||
# or submodule.
|
# or submodule.
|
||||||
alias grt='cd $(git rev-parse --show-toplevel || echo ".")'
|
alias grt='cd $(git rev-parse --show-toplevel || echo ".")'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue