From 22b9c4fa4b8539b99a526d1a412b75441b654955 Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Sun, 16 Feb 2025 20:40:33 +0800 Subject: [PATCH] chore(gitconfig): sensible defaults --- .gitconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index 3dfcac7..0204694 100644 --- a/.gitconfig +++ b/.gitconfig @@ -6,4 +6,6 @@ [credential] helper = store [push] - autoSetupRemote = true \ No newline at end of file + autoSetupRemote = true +[safe] + directory = /appdata