From 384033ce078e43d5c8b39609eabfcf913abd3d54 Mon Sep 17 00:00:00 2001 From: Fabio Scotto di Santolo Date: Tue, 9 Jul 2024 13:41:54 +0200 Subject: [PATCH] Fix Git config --- git/.gitconfig | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/git/.gitconfig b/git/.gitconfig index 52809bc..2c33183 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -1,10 +1,6 @@ [user] name = Fabio Scotto di Santolo email = fabio.scottodisantolo@gmail.com -[core] - pager = -[push] - followTags = true [remote "origin"] prune = true [alias] @@ -22,6 +18,6 @@ untracked = cyan unmerged = yellow [help] - autocorrect = 30 + autocorrect = 30 [init] defautlBranch = main