mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-20 03:02:29 +01:00
Merge 9b07fb1d84 into 1b7a3ea99a
This commit is contained in:
commit
41184470e1
1 changed files with 4 additions and 0 deletions
|
|
@ -3,10 +3,14 @@ alias g='git'
|
|||
compdef g=git
|
||||
alias gst='git status'
|
||||
compdef _git gst=git-status
|
||||
alias gstsb='git status -sb'
|
||||
compdef _git gstsb=git-status
|
||||
alias gd='git diff'
|
||||
compdef _git gd=git-diff
|
||||
alias gdc='git diff --cached'
|
||||
compdef _git gdc=git-diff
|
||||
alias gdw='git diff --word-diff'
|
||||
compdef _git gdw=git-diff
|
||||
alias gl='git pull'
|
||||
compdef _git gl=git-pull
|
||||
alias gup='git pull --rebase'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue