From 1851c7fa23241105e09cb4ef24834d50608f3564 Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Sat, 21 Feb 2015 20:33:40 -0500 Subject: [PATCH] Push upstream! --- .aliases | 1 + .vimrc | 1 + 2 files changed, 2 insertions(+) diff --git a/.aliases b/.aliases index cc2eda9..252772a 100644 --- a/.aliases +++ b/.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" diff --git a/.vimrc b/.vimrc index 8ccb147..5b453cc 100644 --- a/.vimrc +++ b/.vimrc @@ -155,6 +155,7 @@ map i mmgg=G`m map ra :bufdo e! " this was better when it was :Sexplore... map s :Vexplore ~/Source/ +map d :Vexplore . map fw :FixWhitespace map lf :call LargeFileToggle()