Improve git config

This commit is contained in:
J. Fernando Sánchez
2026-02-05 10:44:12 +01:00
committed by J. Fernando Sánchez
parent 2d074e0b09
commit 80d1ed1528
2 changed files with 10 additions and 6 deletions

View File

@@ -2,16 +2,19 @@
[user]
name = "J. Fernando Sánchez"
email = "f.sanchez@thechannelstore.tv"
email = "j@sanchezrada.es"
[[--scope]]
--when.repositories = ["~/git/personal/"]
--when.repositories = ["~/git/work/tcs"]
[--scope.user]
email = "j@sanchezrada.es"
name = "J. Fernando Sánchez"
email = "f.sanchez@thechannelstore.tv"
[ui]
pager = "delta" #":builtin"
diff-formatter=":git"
paginate = "auto"
[merge-tools.delta]
diff-args=["--side-by-side", "$left", "$right", "--width=$width"]
diff-args=["--color-only", "--side-by-side", "$left", "$right", "--width=$width"]