Comment on Resistance Against Git Merge Hell (2015)parentComments−planede2yI'd prefer a messy history but have a way to just see MRs into master/main as the main sequence of changes.git log --first-parent gets you there.Then be able to zoom in futher if necessary to see how an MR was arrived at.Yeah, an interactive UI would be nice for this, maybe there are some, but I really only use the CLI.
Comments
git log --first-parent gets you there.
Yeah, an interactive UI would be nice for this, maybe there are some, but I really only use the CLI.