mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-06-05 05:03:16 +02:00
Merge 9a50e2da62 into 019e0d7c71
This commit is contained in:
commit
9136063f85
1 changed files with 2 additions and 0 deletions
|
|
@ -211,6 +211,8 @@ alias grbc='git rebase --continue'
|
|||
alias grbi='git rebase -i'
|
||||
alias grbm='git rebase master'
|
||||
alias grbs='git rebase --skip'
|
||||
alias grap='git rebase --autosquash --preserve-merges'
|
||||
alias griap='git rebase -i --autosquash --preserve-merges'
|
||||
alias grh='git reset HEAD'
|
||||
alias grhh='git reset HEAD --hard'
|
||||
alias grmv='git remote rename'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue