You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Commit Details for a merge commit shows git show -m <merge commit> --name-only output (all changes). But sometimes it's crucial to see changes introduced by the merge commit itself (resolved conflicts). This is what git show <merge commit> --name-onlyshows.