remove editor from git config, can't be cross platform
This commit is contained in:
parent
a8a063812e
commit
cd5f35df66
1 changed files with 1 additions and 2 deletions
|
|
@ -16,12 +16,11 @@
|
|||
autosetupmerge = true
|
||||
[github]
|
||||
user = samsonjs
|
||||
token = 04f822d719928ee8dd9b1f0dec23ac0c
|
||||
token = xxx
|
||||
[core]
|
||||
quotepath = false
|
||||
whitespace = trailing-space,space-before-tab
|
||||
excludesfile = ~/config/gitignore
|
||||
editor = subl -w
|
||||
[diff]
|
||||
mnemonicprefix = true
|
||||
renames = copies
|
||||
|
|
|
|||
Loading…
Reference in a new issue