From 712a3c82e33f3fde3a0628fd76a366a151a042e1 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 15 Jan 2020 07:54:57 +0000 Subject: [PATCH] Fix formatting --- tag-git/gitconfig | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tag-git/gitconfig b/tag-git/gitconfig index 65e7f12..3c1dbd7 100644 --- a/tag-git/gitconfig +++ b/tag-git/gitconfig @@ -42,7 +42,7 @@ autosetuprebase = always [checkout] - defaultRemote = origin + defaultRemote = origin [color] branch = auto @@ -78,14 +78,12 @@ tool = vimdiff [fetch] - # Always prune when fetching (and pulling). prune = true [gitsh] nogreeting = true [grep] - # Show the line numbers in the output. lineNumber = true [help] @@ -99,7 +97,6 @@ autostash = true [rerere] - # Store and re-use manual conflict resolution changes. enabled = true [push]