mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-20 03:13:33 +01:00
parent
1b6af54676
commit
d330243d05
1 changed files with 2 additions and 0 deletions
|
|
@ -44,6 +44,8 @@ alias grset='git remote set-url'
|
|||
compdef _git grset=git-remote
|
||||
alias grup='git remote update'
|
||||
compdef _git grset=git-remote
|
||||
alias grb='git rebase'
|
||||
compdef _git grb=git-rebase
|
||||
alias grbi='git rebase -i'
|
||||
compdef _git grbi=git-rebase
|
||||
alias grbc='git rebase --continue'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue