Simplify usage with difftool

pull/25/head
Wilfred Hughes 2021-07-18 14:24:35 +07:00
parent 56133dadc8
commit 15397fd1b5
1 changed files with 4 additions and 1 deletions

@ -64,11 +64,14 @@ lossy. (AST patching is also a hard problem.)
[diff]
tool = difftastic
[difftool]
prompt = false
[difftool "difftastic"]
cmd = ~/projects/difftastic/target/debug/difftastic "$LOCAL" "$REMOTE"
```
You can then run `git difftool -y` to see the current repo changes in
You can then run `git difftool` to see the current repo changes in
difftastic.
## Further Reading