"Add initial .gitconfig with user info, HTTP settings, branch defaults, and core preferences"
This commit is contained in:
19
.gitconfig
Normal file
19
.gitconfig
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
[user]
|
||||||
|
email = louiscklaw@users.noreply.github.com
|
||||||
|
name = louiscklaw
|
||||||
|
[http]
|
||||||
|
version = HTTP/1.1
|
||||||
|
postBuffer = 5368709120
|
||||||
|
[init]
|
||||||
|
defaultBranch = master
|
||||||
|
[core]
|
||||||
|
autocrlf = false
|
||||||
|
[pull]
|
||||||
|
ff = only
|
||||||
|
rebase = true
|
||||||
|
[lfs]
|
||||||
|
allowincompletepush = true
|
||||||
|
locksverify = true
|
||||||
|
[credential]
|
||||||
|
autoDetectTimeout = -1
|
||||||
|
helper = cache --timeout=2592000
|
Reference in New Issue
Block a user