From: Mike Frysinger Date: Sun, 2 Sep 2012 06:30:20 +0000 (-0400) Subject: pass -v to `git branch` X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=2eb9fcf86b4faa4762803b4f6d0ed4a72ffc9e2c;p=home.git pass -v to `git branch` --- diff --git a/.gitconfig b/.gitconfig index cda322a..ac477c1 100644 --- a/.gitconfig +++ b/.gitconfig @@ -18,7 +18,7 @@ a = add ab = abandon ar = archive - b = branch + b = branch -v bi = bisect cfg = config ci = commit