update git config

This commit is contained in:
Sami Samhuri 2014-03-08 16:49:45 -08:00
parent 90f058a466
commit 7b0d9a9b6e

View file

@ -9,6 +9,7 @@
lo = log --oneline lo = log --oneline
a = add a = add
c = commit c = commit
g = grep --break --heading --line-number
[push] [push]
default = upstream default = upstream
[branch] [branch]
@ -38,3 +39,6 @@
[difftool "sourcetree"] [difftool "sourcetree"]
cmd = opendiff \"$LOCAL\" \"$REMOTE\" cmd = opendiff \"$LOCAL\" \"$REMOTE\"
path = path =
[grep]
extendRegexp = true
lineNumber = true