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

Popular posts from this blog

Ansible - ERROR! the field 'hosts' is required but was not set -

customize file_field button ruby on rails -

SoapUI on windows 10 - high DPI/4K scaling issue -