Skip to content

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

Description

@kr-g

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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions