I got a changeset after digging around with git blame. Now I want to know more about the changeset. The changes made and comments,etc etc.
What is the git command to get that information?
Looked around, but could not find the answer that I was looking for.
Maybe git show?
It gives you the commit sha, the author, the comment and a complete diff of that commit. If you need you can also specify multiple changeset using this syntax.
1.4m articles
1.4m replys
5 comments
57.0k users