-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature request] Compare externally the directories of 2 arbitrary commits #2465
Comments
Select any two commits (or branches) to compare them. |
Exactly! Is it already in there and I'm just not seeing it? Okay, I think I need to elaborate. I see if I select 2 commits, it shows in the bottom of the screen. I would like to be able to open this comparison externally. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found that Fork supports comparing the current commit to the local changes via the right click menu:
I would like to request an extension to this feature to allow comparing 2 arbitrary commits. This could be comparing 2 commits in the list of commits or it could be comparing two different branches in the branch list.
Git-Extensions already supports the ability to compare the whole contents of the diff. For example:
In my case, this brings up beyond compare and shows me all the files that are different between these two commits.
The behavior to compare two commits is on the context menu for the commit list in Git-Extensions, seen here:
I have to switch back to git extensions for this feature. Thank you.
The text was updated successfully, but these errors were encountered: