git - "Open with difftool" doesn't do anything -
i have file local changes. right-click , select "open difftool" git extensions , nothing happens. difftool opens fine other files. file not shown neither in commit window , in git status
.
i had file marked --skip-worktree
. fix, run following (mind case in filepath
):
git update-index --no-skip-worktree <filepath>
git gui allows adding custom commands. have 1 command --skip-worktree , other revert change.
Comments
Post a Comment