From 46f35b225b477a65ca1ec2b876cf5246c9410949 Mon Sep 17 00:00:00 2001 From: Nick Nisi Date: Tue, 13 Nov 2012 08:08:38 -0600 Subject: [PATCH] Added .vimrc.local to global gitignore --- git/gitconfig.symlink | 2 ++ 1 file changed, 2 insertions(+) diff --git a/git/gitconfig.symlink b/git/gitconfig.symlink index 7fe5b53..f8714cf 100644 --- a/git/gitconfig.symlink +++ b/git/gitconfig.symlink @@ -10,6 +10,8 @@ br = branch -v # show a pretty log graph lg = log --graph --pretty=oneline --abbrev-commit --decorate + # slight variation of pretty log graph + l = log --graph --pretty=format:'%Cred%h%Creset %an: %s - %Creset %C(yellow)%d%Creset %Cgreen(%cr)%Creset' --abbrev-commit --date=relative # show files that have changed between two branches (git dbr master..branch) dbr = diff --name-status # show diff of cached files