We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5b193c commit a7b9fbfCopy full SHA for a7b9fbf
README.md
@@ -728,7 +728,7 @@ git diff --word-diff
728
729
## Show changes using common diff tools.
730
```sh
731
-git difftool -t <commit1> <commit2> <path>
+git difftool [-t <tool>] <commit1> <commit2> <path>
732
```
733
734
## Don’t consider changes for tracked file.
tips.json
@@ -257,7 +257,7 @@
257
"tip": "git diff --word-diff"
258
}, {
259
"title": "Show changes using common diff tools.",
260
- "tip": "git difftool -t <commit1> <commit2> <path>"
+ "tip": "git difftool [-t <tool>] <commit1> <commit2> <path>"
261
262
"title": "Don’t consider changes for tracked file.",
263
"tip": "git update-index --assume-unchanged <file_name>"
0 commit comments