added new git alias, changed vim-script repo paths

This commit is contained in:
Joe Fleming
2012-08-29 11:35:33 -07:00
parent 01154d387e
commit ed1dc3cf21
2 changed files with 10 additions and 9 deletions

View File

@@ -8,6 +8,7 @@ alias gp='git push'
alias gpl='git pull'
alias gme='git merge'
alias gb='git branch'
alist gst='git stash'
alias gco='git checkout'
alias gr='git remote'
alias gd='git diff'