Skip to content

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

@kr-g

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)

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