I'm new to git and am having trouble understanding how fetch works. If I understand correctly it makes your local repo match the remote repo.
I can't find any evidence of the fetch in $ git log
. I see the most recent commit I made at the top of the git log but not the fetch, why is that? Shouldn't I see information regarding the fetch in git log?
How can I get information about the most recent fetch and how can I diff local repo prior to the fetch against the fetch?