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
currently there is no support for staged files and running diff or difftool. gitonic supports showing diff for unstaged files only.
resolution A: unstage the file and use then diff or difftool
resolution B: use bash/ commandline and run
git diff --cached + filename(optional)
git diff --cached
or
git difftool --cached + filename(optional)
git difftool --cached
The text was updated successfully, but these errors were encountered:
No branches or pull requests
currently there is no support for staged files and running diff or difftool.
gitonic supports showing diff for unstaged files only.
resolution A:
unstage the file and use then diff or difftool
resolution B:
use bash/ commandline and run
git diff --cached
+ filename(optional)or
git difftool --cached
+ filename(optional)The text was updated successfully, but these errors were encountered: