mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-20 03:02:29 +01:00
Add an alias for 'git fetch'
Since 'gf' is used by git-flow, use 'gfe' instead.
This commit is contained in:
parent
96e4e5dd03
commit
288b4bf64a
1 changed files with 2 additions and 0 deletions
|
|
@ -15,6 +15,8 @@ alias gup='git pull --rebase'
|
||||||
compdef _git gup=git-fetch
|
compdef _git gup=git-fetch
|
||||||
alias gp='git push'
|
alias gp='git push'
|
||||||
compdef _git gp=git-push
|
compdef _git gp=git-push
|
||||||
|
alias gfe='git fetch'
|
||||||
|
compdef _git gfe=git-fetch
|
||||||
alias gd='git diff'
|
alias gd='git diff'
|
||||||
gdv() { git diff -w "$@" | view - }
|
gdv() { git diff -w "$@" | view - }
|
||||||
compdef _git gdv=git-diff
|
compdef _git gdv=git-diff
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue