modified git lg, vimrc comment

master
Daniel Nägele 11 years ago
parent 0f61c7ab33
commit 065deee4c2
  1. 2
      gitconfig
  2. 2
      vimrc

@ -8,7 +8,7 @@
p = pull --rebase
s = status -sb
lv = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate --numstat
lg = log --pretty=format:"%C(yellow)%h\\ %ad%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate --date=relative
lg = log -- graph --pretty=format:"%C(yellow)%h\\ %ad%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate --date=relative
grep = grep -Ii
ready = rebase -i @{u}
[push]

@ -120,7 +120,7 @@ cmap grep grep!
"" }}}
"####################################################################
" autoinstall vundle {{{
" autoinstall vundle and bundles {{{
" Credit to: https://github.com/erikzaadi
"####################################################################

Loading…
Cancel
Save