mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
Merge 003b0da9e5 into 29b66b85c8
This commit is contained in:
commit
d09b320b48
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ alias gst='git status'
|
|||
compdef _git gst=git-status
|
||||
alias gl='git pull'
|
||||
compdef _git gl=git-pull
|
||||
alias gup='git fetch && git rebase'
|
||||
alias gup='git pull --rebase'
|
||||
compdef _git gup=git-fetch
|
||||
alias gp='git push'
|
||||
compdef _git gp=git-push
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue