diff options
| author | hrm <mail@harmtemolder.com> | 2024-11-11 16:02:14 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-11 10:02:14 -0500 |
| commit | f437f75d5862bfc5ec0d72afcb5568270b4dbb21 (patch) | |
| tree | a6bb485b2dba8c70a7af069a33b4d3acad3f2945 | |
| parent | d90f6b58640712b165a4aba319756614b084a32f (diff) | |
Add console commands for git configuration (#1896)
| -rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -35,6 +35,15 @@ conflictstyle = zdiff3 ``` +Or run: + +```sh +git config --global core.pager delta +git config --global interactive.diffFilter 'delta --color-only' +git config --global delta.navigate true +git config --global merge.conflictStyle zdiff3 +``` + Delta has many features and is very customizable; please see the [user manual](https://dandavison.github.io/delta/). ## Features |
