mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-13 03:12:21 +01:00
Merge 070600699c into 550ccca91c
This commit is contained in:
commit
fab1c82d93
1 changed files with 4 additions and 0 deletions
|
|
@ -77,6 +77,10 @@ compdef _git ga=git-add
|
||||||
alias gap='git add --patch'
|
alias gap='git add --patch'
|
||||||
alias gm='git merge'
|
alias gm='git merge'
|
||||||
compdef _git 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 grh='git reset HEAD'
|
||||||
alias grhh='git reset HEAD --hard'
|
alias grhh='git reset HEAD --hard'
|
||||||
alias gclean='git reset --hard && git clean -dfx'
|
alias gclean='git reset --hard && git clean -dfx'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue