From 40e06f950ed4210d1a3362c4a0d2ae5cf81254e8 Mon Sep 17 00:00:00 2001 From: Nick Nisi Date: Tue, 11 Sep 2012 20:19:12 -0500 Subject: [PATCH] [git] Added -v options to br shortcut --- git/gitconfig.symlink | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git/gitconfig.symlink b/git/gitconfig.symlink index 0130447..266f8c0 100644 --- a/git/gitconfig.symlink +++ b/git/gitconfig.symlink @@ -7,7 +7,7 @@ co = checkout s = status --short ss = status - br = branch + br = branch -v # show a pretty log graph lg = log --graph --pretty=oneline --abbrev-commit --decorate # show files that have changed between two branches (git dbr master..branch)