How can I view multiple commit changes in one window using meld command?

I started using meld as git diffftool to watch code changes between commits.

What I would like to do is navigate between different commits in the same meld window using one tab per file and make any commit selectable via the dropdown menus .

Using the image below, I want to display each file in the repository in a separate tab. In this case, my repository has files test1.txt and test2.txt.

In each tab, I want to be able to individually select any version / commit of that file to dynamically change the displayed file comparison.

Meld GUI

This way it would be very easy to navigate through temporary changes in any of the modified files that are presented in the git repository.

Is there a way to automatically open a meld window with this layout when called git difftool

?

+3
git meld


source to share


No one has answered this question yet

Check out similar questions:

20142
How do I undo the last local commits in Git?
8423
How do I undo 'git add' before committing?
7672
How do I modify existing messages without committing?
7159
How do I revert the Git repository to a previous commit?
4491
How to discard unreported changes in Git?
2860
Viewing the change history of a file using Git versions
2838
Hide only one file from multiple files that have changed since Git?
2571
How do I list all the files in a commit?
2247
How to change author and committer name and e-mail of multiple commits in Git?
1278
How can I selectively merge or fetch changes from another branch in Git?



All Articles
Loading...
X
Show
Funny
Dev
Pics