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
You are viewing a single comment's thread from: