summaryrefslogtreecommitdiffstats
path: root/.config/git
diff options
context:
space:
mode:
authorMaksymilian Jopek <maks@jopek.eu>2025-03-15 14:46:54 +0100
committerMaksymilian Jopek <maks@jopek.eu>2025-03-15 14:46:54 +0100
commitd7c8b912e63c9a112d75f6b9e2e3f5d3c6975240 (patch)
tree8731b82a7d16240d3fea1175d02f55dd15e2abf2 /.config/git
parent5f385da9f686ffb9ab61c194a46539cbe53357ea (diff)
downloadeibhear-d7c8b912e63c9a112d75f6b9e2e3f5d3c6975240.tar.gz
eibhear-d7c8b912e63c9a112d75f6b9e2e3f5d3c6975240.tar.zst
eibhear-d7c8b912e63c9a112d75f6b9e2e3f5d3c6975240.zip
Eibhear: Initial commit
Some file deletion, small changes, some addition
Diffstat (limited to '.config/git')
-rw-r--r--.config/git/config15
1 files changed, 15 insertions, 0 deletions
diff --git a/.config/git/config b/.config/git/config
new file mode 100644
index 0000000..6f7086d
--- /dev/null
+++ b/.config/git/config
@@ -0,0 +1,15 @@
+[core]
+ pager = delta
+
+[interactive]
+ diffFilter = delta --color-only
+
+[delta]
+ navigate = true # use n and N to move between diff sections
+ dark = true # or light = true, or omit for auto-detection
+ side-by-side = true
+
+[merge]
+ conflictstyle = zdiff3
+[init]
+ defaultBranch = master