From d0f20822bda25b548ac3404ff2eb4608aea1eef0 Mon Sep 17 00:00:00 2001 From: juancwu <46619361+juancwu@users.noreply.github.com> Date: Thu, 15 Dec 2022 23:17:14 -0500 Subject: [PATCH] delete: .gitconfig because it changes a lot depending on the OS --- .gitconfig | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .gitconfig diff --git a/.gitconfig b/.gitconfig deleted file mode 100644 index 8459a61..0000000 --- a/.gitconfig +++ /dev/null @@ -1,16 +0,0 @@ -[user] - name = juancwu - email = 46619361+juancwu@users.noreply.github.com - signingkey = /home/jc/.ssh/id_ed25519.pub - -[init] - defaultBranch = main - -[pull] - rebase = true - -[gpg] - format = ssh - -[commit] - gpgsign = true