mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 18:26:00 +02:00
git-difftool: highlight git diff in command description (#5338)
This commit is contained in:
parent
5e56c38d37
commit
66aeeb8690
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
# git difftool
|
# git difftool
|
||||||
|
|
||||||
> Show file changes using external diff tools. Accepts the same options and arguments as Git diff.
|
> Show file changes using external diff tools. Accepts the same options and arguments as `git diff`.
|
||||||
|
> See also: `git diff`.
|
||||||
> More information: <https://git-scm.com/docs/git-difftool>.
|
> More information: <https://git-scm.com/docs/git-difftool>.
|
||||||
|
|
||||||
- List available diff tools:
|
- List available diff tools:
|
||||||
|
|
Loading…
Add table
Reference in a new issue