mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-13 03:12:21 +01:00
[plugins/git] Add gmv and grm
This commit is contained in:
parent
c78277fd8b
commit
070600699c
1 changed files with 4 additions and 0 deletions
|
|
@ -77,6 +77,10 @@ compdef _git ga=git-add
|
|||
alias gap='git add --patch'
|
||||
alias gm='git merge'
|
||||
compdef _git gm=git-merge
|
||||
alias gmv='git mv'
|
||||
compdef _git gmv=git-mv
|
||||
alias grm='git rm'
|
||||
compdef _git grm=git-rm
|
||||
alias grh='git reset HEAD'
|
||||
alias grhh='git reset HEAD --hard'
|
||||
alias gclean='git reset --hard && git clean -dfx'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue