-
Hey, so I love the feature of the intellij IDEA git functionality, that you can mark multiple commits (more than two) and compare them. So I would be able to see every new change in one sitting instead of going through multiple commits and maybe encounter changes wich become obsolete in the remaining commits. Is this kind of functionality possible with lazygit? I read that you could compare two commits only? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
How would that work from the I don't use One could position the cursor on a commit in the |
Beta Was this translation helpful? Give feedback.
-
Ah yes! The |
Beta Was this translation helpful? Give feedback.
How would that work from the
cli
?I don't use
IDEA
and I'm having a hard time imagining what would e.g. 4 commits be compared to? I can see inman git diff
that there is such a feature formerge
commits, but I'd rather hear it from you.One could position the cursor on a commit in the
Commits
panel and then pressW
toopen diff menu
where one can compare the currently selected point in the history with a different branch/commit. Would that maybe help?