Push upstream!
This commit is contained in:
parent
5e91cfc191
commit
1851c7fa23
2 changed files with 2 additions and 0 deletions
1
.aliases
1
.aliases
|
@ -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
1
.vimrc
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue