Push upstream!

This commit is contained in:
Andrew Tomaka 2015-02-21 20:33:40 -05:00
parent 5e91cfc191
commit 1851c7fa23
2 changed files with 2 additions and 0 deletions

View file

@ -39,6 +39,7 @@ alias gp="git push"
alias gpf="git push --force"
alias gpl="git pull"
alias gpo="git push -u origin"
alias gpu="git push -u upstream"
alias gr="git reset"
alias grb="git rebase"
alias grba="git rebase --abort"

1
.vimrc
View file

@ -155,6 +155,7 @@ map <Leader>i mmgg=G`m<cr>
map <Leader>ra :bufdo e!<cr>
" this was better when it was :Sexplore...
map <Leader>s :Vexplore ~/Source/<cr>
map <Leader>d :Vexplore .<cr>
map <Leader>fw :FixWhitespace<cr>
map <Leader>lf :call LargeFileToggle()<cr>