SyntaxFix
Write A Post
Hire A Developer
Questions
you can also try
git show <filename>
For commits, git show will show the log message and textual diff (between your file and the commited version of the file).
You can check git show Documentation for more info.