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
|
autosetupmerge = true
|
||||||
[github]
|
[github]
|
||||||
user = samsonjs
|
user = samsonjs
|
||||||
token = 04f822d719928ee8dd9b1f0dec23ac0c
|
token = xxx
|
||||||
[core]
|
[core]
|
||||||
quotepath = false
|
quotepath = false
|
||||||
whitespace = trailing-space,space-before-tab
|
whitespace = trailing-space,space-before-tab
|
||||||
excludesfile = ~/config/gitignore
|
excludesfile = ~/config/gitignore
|
||||||
editor = subl -w
|
|
||||||
[diff]
|
[diff]
|
||||||
mnemonicprefix = true
|
mnemonicprefix = true
|
||||||
renames = copies
|
renames = copies
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue