mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 00:40:07 +00:00
Add an alias for upstream
This commit is contained in:
parent
2522ab4504
commit
7597bf805e
1 changed files with 1 additions and 0 deletions
|
@ -217,6 +217,7 @@ alias gunignore='git update-index --no-assume-unchanged'
|
|||
alias gunwip='git log -n 1 | grep -q -c "\-\-wip\-\-" && git reset HEAD~1'
|
||||
alias gup='git pull --rebase'
|
||||
alias gupv='git pull --rebase -v'
|
||||
alias glum='git pull upstream master'
|
||||
|
||||
alias gvt='git verify-tag'
|
||||
|
||||
|
|
Loading…
Reference in a new issue