Merges often bring in massive changes — sometimes dozens of commits and hundreds of lines of code — and the first thing developers ask is: “What just happened?”
Wouldn’t it be great if Git could summarize what a merge brought in, in plain
English, right after you run git pull
or …