From 16cf0424e98264c182fa732fe9cea2bb461bf5c8 Mon Sep 17 00:00:00 2001 From: JohnE Date: Tue, 9 Jan 2018 01:33:40 -0800 Subject: [PATCH] MOD: added new git shortcut --- .gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitconfig b/.gitconfig index 41ba642..02c7c03 100644 --- a/.gitconfig +++ b/.gitconfig @@ -7,6 +7,7 @@ editor = vim whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol excludesfile = /Users/johne/.gitignore_global + quotepath = false [web] browser = google-chrome [alias] @@ -29,6 +30,7 @@ brd = branch -rd bl = branch -lvv bv = branch -lvv + bav = branch -alvv ############# bu = bundle buc = bundle create