Last updated
Hi everyone!!
If I run 'git show hash', and the hash belongs to a merged branches , git does not display the changes to the code.
Why??
How can I know the changes of a merged commit??
This is the commit in which I want to know the changes
[code]
commit a9ad921e85817f97c019a0f6a2ec7f57509535ba
Author: Jesus
Merge: e132a72 544a2b2
Date: Sun Jul 13 17:22:52 2014 +0200
Merge branch 'new_branch'
[/code]
Thank you very much!!