You are viewing a single comment's thread from:

RE: Git tutorial #9 - More about Git log

in #tutorials8 years ago

Hi codero, i think that git log return useful information but only a record of the commits that had occurred up until the point of when this particular hash was checked out. But git reflog it basically tells you the history of every action within git where data is stored and in this case, the history of branch switches and pulls/merges, etc