update gitconfig (keychain, editor)
This commit is contained in:
parent
cb9e9b7c8e
commit
6ccdd48612
1 changed files with 3 additions and 1 deletions
|
|
@ -21,7 +21,7 @@
|
|||
quotepath = false
|
||||
whitespace = trailing-space,space-before-tab
|
||||
excludesfile = ~/config/gitignore
|
||||
editor = mate -w
|
||||
editor = subl -w
|
||||
[diff]
|
||||
mnemonicprefix = true
|
||||
renames = copies
|
||||
|
|
@ -38,3 +38,5 @@
|
|||
|
||||
[difftool "FileMerge"]
|
||||
cmd = opendiff \"$LOCAL\" \"$REMOTE\"
|
||||
[credential]
|
||||
helper = osxkeychain
|
||||
|
|
|
|||
Loading…
Reference in a new issue