Commit 57c2ac1e authored by Robby Russell's avatar Robby Russell
Browse files

Merge pull request #4482 from sachin21/add_an_alias_for_upstream

Add an alias for upstream
parents ff1bd952 7597bf80
...@@ -218,6 +218,7 @@ alias gunignore='git update-index --no-assume-unchanged' ...@@ -218,6 +218,7 @@ alias gunignore='git update-index --no-assume-unchanged'
alias gunwip='git log -n 1 | grep -q -c "\-\-wip\-\-" && git reset HEAD~1' alias gunwip='git log -n 1 | grep -q -c "\-\-wip\-\-" && git reset HEAD~1'
alias gup='git pull --rebase' alias gup='git pull --rebase'
alias gupv='git pull --rebase -v' alias gupv='git pull --rebase -v'
alias glum='git pull upstream master'
alias gvt='git verify-tag' alias gvt='git verify-tag'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment