From fab3fa32c196f475cd7236e0d2a903c7ee954c92 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Thu, 29 Jun 2023 11:23:06 -0600 Subject: [PATCH] [git] Remove [user] section from gitconfig It should be set with .gitconfig.custom --- dotfiles/gitconfig | 3 --- 1 file changed, 3 deletions(-) diff --git a/dotfiles/gitconfig b/dotfiles/gitconfig index e623a49b..4ab9152c 100644 --- a/dotfiles/gitconfig +++ b/dotfiles/gitconfig @@ -95,9 +95,6 @@ [branch] autosetuprebase = always -[user] - email = IvanMalison@gmail.com - name = Ivan Malison [init] defaultBranch = master