-
|
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
IDEAand I'm having a hard time imagining what would e.g. 4 commits be compared to? I can see inman git diffthat there is such a feature formergecommits, but I'd rather hear it from you.One could position the cursor on a commit in the
Commitspanel and then pressWtoopen diff menuwhere one can compare the currently selected point in the history with a different branch/commit. Would that maybe help?