The man page says that log shows the commit logs and reflog manages reflog information. What exactly is reflog information and what does it have that the log doesn\'t? The l
Actually, reflog is an alias for
git log -g --abbrev-commit --pretty=oneline
so the answer should be: it is a specific case.