From 9f7624fa56686b3a6ae9f8d39c9210fe7d026536 Mon Sep 17 00:00:00 2001 From: louiscklaw Date: Fri, 13 Jun 2025 12:23:29 +0800 Subject: [PATCH] "Add initial .gitconfig with user info, HTTP settings, branch defaults, and core preferences" --- .gitconfig | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .gitconfig diff --git a/.gitconfig b/.gitconfig new file mode 100644 index 0000000..e7ce2bd --- /dev/null +++ b/.gitconfig @@ -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