Great..what is the diff between 'git reflog' and 'git log' . I use source tree a lot now and some of the git commands seem redundant.
You are viewing a single comment's thread from:
Great..what is the diff between 'git reflog' and 'git log' . I use source tree a lot now and some of the git commands seem redundant.
Hi codero, i think that
git logreturn useful information but only a record of the commits that had occurred up until the point of when this particular hash was checked out. Butgit reflogit 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