From 8469ac96d1eaf910ae78ef751dc68e6ced2cd652 Mon Sep 17 00:00:00 2001 From: Morten Fyhn Amundsen Date: Mon, 26 Aug 2024 15:04:25 +0200 Subject: [PATCH] Delete .gitconfig --- .gitconfig | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 .gitconfig diff --git a/.gitconfig b/.gitconfig deleted file mode 100644 index 6ad30e8..0000000 --- a/.gitconfig +++ /dev/null @@ -1,36 +0,0 @@ -[user] - email = morten.fyhn.amundsen@gmail.com - name = Morten Fyhn Amundsen -[core] - editor = subl -n -w - pager = diff-so-fancy | less --tabs=4 -RFX - excludesfile = ~/.gitignore-global -[fetch] - prune = true -[help] - autocorrect = 1 -[color] - ui = true -[color "diff"] - meta = yellow - frag = magenta bold - commit = yellow bold - old = red bold - new = green bold - whitespace = red reverse -[color "diff-highlight"] - oldNormal = red bold - oldHighlight = red bold 52 - newNormal = green bold - newHighlight = green bold 22 -[pull] - ff = only -[push] - default = current -[merge] - tool = meld - conflictStyle = zdiff3 -[diff] - external = difft -[init] - defaultBranch = master