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