diff --git a/22.01. 軟體工具、設定/git/delta.md b/22.01. 軟體工具、設定/git/delta.md new file mode 100644 index 0000000..90e85ec --- /dev/null +++ b/22.01. 軟體工具、設定/git/delta.md @@ -0,0 +1,26 @@ +--- +tags: +aliases: +date: 2025-12-17 +time: 14:14:32 +description: +--- + +``` +[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 + line-numbers = true + +[merge] + conflictStyle = zdiff3 +``` + +# 參考來源 \ No newline at end of file