(no title)
Guvante | 1 month ago
If there was a better way to handle "I needed to merge in the middle of my PR work" without introducing reverse merged permanently in the history I wouldn't mind merge commits.
But tools will sometimes skip over others work if you `git pull` a change into your local repo due to getting confused which leg of the merge to follow.
nasretdinov|1 month ago
Guvante|28 days ago
That is my main problem with merge, I think the commit ballooning is annoying too but that is easier to ignore.