-
I'm trying to use WinMerge with GitHub Drsktop to compare files between commit versions. I have added the following settings and restarted GitHib: In .gitconfig
GitHib currently shows 5 changed files in the Changes tab. I want to compare each of these files to the previous committed filed. (Or, sometimes, to an older commit). I right-click the tab with the repository name and choose "Open in Command Prompt". This opens a command prompt. I then type in
This opens WinMerge. However, the only file that shows is the first file from the Changes tab. How do I choose to compare other files? I've tried to right-click a specific file in GitHub, but I don't get an option to open in WinMerge or command prompt. I've tried various menu options in WinMerge. I've tried to enter file paths directly into File > Open, but I don't know the path to an old commit file version. I have looked at other questions, including on Stackoverflow, but the answers I've found all leave off after entering the "git difftool" command. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
What about |
Beta Was this translation helpful? Give feedback.
What about
git difftool -d
instead ofgit difftool
?