mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
Add a 'git fetch origin' alias -> 'gfeo'
This commit is contained in:
parent
61e3951e4b
commit
19b0951707
1 changed files with 2 additions and 0 deletions
|
|
@ -7,6 +7,8 @@ alias gd='git diff'
|
||||||
compdef _git gd=git-diff
|
compdef _git gd=git-diff
|
||||||
alias gdc='git diff --cached'
|
alias gdc='git diff --cached'
|
||||||
compdef _git gdc=git-diff
|
compdef _git gdc=git-diff
|
||||||
|
alias gfeo='git fetch origin'
|
||||||
|
compdef _git gfeo=git-fetch
|
||||||
alias gl='git pull'
|
alias gl='git pull'
|
||||||
compdef _git gl=git-pull
|
compdef _git gl=git-pull
|
||||||
alias gup='git pull --rebase'
|
alias gup='git pull --rebase'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue