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