Git - git log vs git reflog

preview_player
Показать описание
git log shows the current HEAD and its ancestor.
it prints the commit's HEAD, then its parent, and so on.

git reflog is a log of all commits or
have been referenced in your repo at any time.
Рекомендации по теме
welcome to shbcf.ru