Skip to content
New issue

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

git diff /difftool is not started for staged files #3

Open
kr-g opened this issue Jun 18, 2023 · 0 comments
Open

git diff /difftool is not started for staged files #3

kr-g opened this issue Jun 18, 2023 · 0 comments

Comments

@kr-g
Copy link
Owner

kr-g commented Jun 18, 2023

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant