summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2020-07-14 12:31:03 -0400
committerDan Davison <dandavison7@gmail.com>2020-07-14 12:31:03 -0400
commit4e05709a692e3e73322e35b77cd86098520ca158 (patch)
tree0fc4173cdb2b9c32df879d735c1d2a23571ca991 /README.md
parent9c822093812ef7844e46b63a2610624e4019121b (diff)
Add `git config --global` tip to README
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0afb580c..af5cf682 100644
--- a/README.md
+++ b/README.md
@@ -40,8 +40,11 @@ The most convenient way to configure delta is with a `[delta]` section in `~/.gi
</sub>
+To quickly change delta configuration on-the-fly, use the `git config --global` command. For example
-Planned features in the future include a side-by-side diff view and alternative within-line highlighting algorithms.
+```bash
+git config --global delta.side-by-side true
+```
Contents
========