mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-24 04:29:25 +02:00
Remove default for git reset
The command will do the same as before, but now you can also specify a path. Example: grh branch-name grhh tag-name
This commit is contained in:
parent
d310fac7f6
commit
6a9640749a
1 changed files with 2 additions and 2 deletions
|
|
@ -179,8 +179,8 @@ alias grbc='git rebase --continue'
|
|||
alias grbi='git rebase -i'
|
||||
alias grbm='git rebase master'
|
||||
alias grbs='git rebase --skip'
|
||||
alias grh='git reset HEAD'
|
||||
alias grhh='git reset HEAD --hard'
|
||||
alias grh='git reset'
|
||||
alias grhh='git reset --hard'
|
||||
alias grmv='git remote rename'
|
||||
alias grrm='git remote remove'
|
||||
alias grset='git remote set-url'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue