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
|
quotepath = false
|
||||||
whitespace = trailing-space,space-before-tab
|
whitespace = trailing-space,space-before-tab
|
||||||
excludesfile = ~/config/gitignore
|
excludesfile = ~/config/gitignore
|
||||||
editor = mate -w
|
editor = subl -w
|
||||||
[diff]
|
[diff]
|
||||||
mnemonicprefix = true
|
mnemonicprefix = true
|
||||||
renames = copies
|
renames = copies
|
||||||
|
|
@ -38,3 +38,5 @@
|
||||||
|
|
||||||
[difftool "FileMerge"]
|
[difftool "FileMerge"]
|
||||||
cmd = opendiff \"$LOCAL\" \"$REMOTE\"
|
cmd = opendiff \"$LOCAL\" \"$REMOTE\"
|
||||||
|
[credential]
|
||||||
|
helper = osxkeychain
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue