update git config
This commit is contained in:
parent
90f058a466
commit
7b0d9a9b6e
1 changed files with 4 additions and 0 deletions
|
|
@ -9,6 +9,7 @@
|
|||
lo = log --oneline
|
||||
a = add
|
||||
c = commit
|
||||
g = grep --break --heading --line-number
|
||||
[push]
|
||||
default = upstream
|
||||
[branch]
|
||||
|
|
@ -38,3 +39,6 @@
|
|||
[difftool "sourcetree"]
|
||||
cmd = opendiff \"$LOCAL\" \"$REMOTE\"
|
||||
path =
|
||||
[grep]
|
||||
extendRegexp = true
|
||||
lineNumber = true
|
||||
|
|
|
|||
Loading…
Reference in a new issue