We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hit diff
This command will show pretty diff output like in the image below:
The command to do this:
git diff HEAD~1 --color=always | diff-highlight | less -rFX
However, diff-highlight requires installation. Instructions:
diff-highlight
This to look for:
The text was updated successfully, but these errors were encountered:
[#81] Implement 'hit diff' command
afa4b67
Resolves #81
3a3cbb1
e78066a
[#81] Implement 'hit diff' command (#90)
d9fe054
chshersh
Successfully merging a pull request may close this issue.
This command will show pretty diff output like in the image below:
The command to do this:
However,
diff-highlight
requires installation. Instructions:This to look for:
diff-highlight
is on path and call ordinary diffThe text was updated successfully, but these errors were encountered: