diff --git a/docs/kittens/diff.rst b/docs/kittens/diff.rst index 94e02adc0..5b7485953 100644 --- a/docs/kittens/diff.rst +++ b/docs/kittens/diff.rst @@ -115,6 +115,12 @@ Now to use kitty-diff to view git diffs, you can simply do:: Once again, creating an alias for this command is useful. +Alternatively, `git-kitten-diff `__ +is a git plugin that forwards ``git diff`` arguments to kitty-diff without +needing any :file:`~/.gitconfig` changes. Once installed, simply run:: + + git kitten diff + Why does this work only in kitty? ----------------------------------------