26 lines
397 B
Markdown
26 lines
397 B
Markdown
---
|
|
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
|
|
```
|
|
|
|
# 參考來源 |