From 161874a65d34df05eb08fa3f63aa54d1bfa3a602 Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Wed, 7 Jan 2026 14:26:36 +0100 Subject: gitconfig funktioniert nun auch mit beruflichen Repos --- git/config | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 git/config (limited to 'git/config') diff --git a/git/config b/git/config new file mode 100644 index 0000000..778e580 --- /dev/null +++ b/git/config @@ -0,0 +1,32 @@ +[user] + email = ts@its1.de + name = Thomas Schmucker + +[includeIf "gitdir:~/**/up2parts-*/"] + path = ~/.config/git/config-up2parts + +[init] + defaultBranch = master + +[core] + pager = delta + +[interactive] + diffFilter = delta --color-only + +[delta] + light = false + navigate = true + side-by-side = true + line-numbers = true + tabs = 4 + +[merge] + conflictstyle = diff3 + +[diff] + colorMoved = default + +[alias] + lg = log --color --graph --pretty=format:'%C(magenta)%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --branches + -- cgit v1.3