Skip to content

Commit

Permalink
fix git difftool howto
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-mixas committed Jul 13, 2024
1 parent a805c70 commit e124789
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion HOWTO.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,8 @@ Add to `.gitconfig` following section:

```ini
[difftool "nested_diff"]
cmd = nested_diff $LOCAL $REMOTE
cmd = HEADER_NAME_A="a/$MERGED" HEADER_NAME_B="b/$MERGED" \
nested_diff $LOCAL $REMOTE
```

and `ndiff = difftool --no-prompt --tool nested_diff` to section `[aliases]`.
Expand Down

0 comments on commit e124789

Please sign in to comment.