From 5eb3654d0c62babd739a9b76186edae831f75ac5 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Thu, 3 Oct 2024 18:43:05 -0600 Subject: [PATCH] [git] Remove dumb gitconfig --- dotfiles/gitconfig | 3 --- 1 file changed, 3 deletions(-) diff --git a/dotfiles/gitconfig b/dotfiles/gitconfig index e54942f7..e3b28c65 100644 --- a/dotfiles/gitconfig +++ b/dotfiles/gitconfig @@ -100,6 +100,3 @@ smudge = git-lfs smudge -- %f process = git-lfs filter-process required = true -[user] - email = you@example.com - name = Your Name