Git config improvements
This commit is contained in:
parent
519e57ea57
commit
f9bec91cb1
1 changed files with 4 additions and 3 deletions
|
@ -2,6 +2,7 @@
|
||||||
excludesfile = ~/.gitignore
|
excludesfile = ~/.gitignore
|
||||||
editor = vim
|
editor = vim
|
||||||
autocrlf = input
|
autocrlf = input
|
||||||
|
fileMode = false
|
||||||
|
|
||||||
[user]
|
[user]
|
||||||
name = Max Bucknell
|
name = Max Bucknell
|
||||||
|
@ -30,7 +31,7 @@
|
||||||
autocorrect = 1
|
autocorrect = 1
|
||||||
|
|
||||||
[push]
|
[push]
|
||||||
default = simple
|
default = current
|
||||||
|
|
||||||
[github]
|
[github]
|
||||||
user = maxbucknell
|
user = maxbucknell
|
||||||
|
|
Loading…
Add table
Reference in a new issue