"Add initial .gitconfig with user info, HTTP settings, branch defaults, and core preferences"

This commit is contained in:
louiscklaw
2025-06-13 12:23:29 +08:00
parent 346992d4ec
commit 9f7624fa56

19
.gitconfig Normal file
View 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