From 98b2babfe8defd60728abe7fc5611b55f2014158 Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Mon, 3 Mar 2025 13:55:26 +0100 Subject: update --- .gitconfig | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to '.gitconfig') diff --git a/.gitconfig b/.gitconfig index a11157f..2b6e3aa 100644 --- a/.gitconfig +++ b/.gitconfig @@ -16,9 +16,18 @@ rebase = false [push] autoSetupRemote = true + default = simple + followTags = true [hub] protocol = ssh [init] defaultBranch = main [core] excludesfile = ~/.gitignore_global +[diff] + algorithm = histogram + colorMoved = plain + mnemonicPrefix = true + renames = true +[commit] + verbose = true -- cgit v1.2.3