Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
u801e
on Nov 1, 2019
|
parent
|
context
|
favorite
| on:
Linus Torvalds: Git proved I could be more than a ...
> How do you see the changes for just one commit (I.e., ‘hg diff -c $commit’).
git show <commitish>
will show the log message and the diff from the parent commit tree.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
git show <commitish>
will show the log message and the diff from the parent commit tree.