-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

git difftool


> Show file changes using external diff tools. Accepts the same options and arguments as `git diff`.

> See also: `git diff`.

More information.


List available diff tools:

git difftool --tool-help

Set the default diff tool to meld:

git config --global diff.tool "{meld}"

Use the default diff tool to show staged changes:

git difftool --staged

Use a specific tool (opendiff) to show changes since a given commit:

git difftool --tool={opendiff} {commit}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Mon May 20 23:20:07 2024