mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
Merge 1cde5b0c46 into b422b073f1
This commit is contained in:
commit
083813511c
3 changed files with 67 additions and 0 deletions
|
|
@ -14,8 +14,13 @@ compdef _git gup=git-fetch
|
|||
alias gp='git push'
|
||||
compdef _git gp=git-push
|
||||
alias gd='git diff'
|
||||
compdef _git gd=git-diff
|
||||
alias gds='git diff --staged'
|
||||
compdef _git gds=git-diff
|
||||
gdv() { git diff -w "$@" | view - }
|
||||
compdef _git gdv=git-diff
|
||||
alias gds='git diff --staged'
|
||||
compdef _git gds=git-diff
|
||||
alias gc='git commit -v'
|
||||
compdef _git gc=git-commit
|
||||
alias gc!='git commit -v --amend'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue