Добавить
Уведомления

Git - git log vs git reflog

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.

12+
16 просмотров
2 года назад
4 декабря 2023 г.
12+
16 просмотров
2 года назад
4 декабря 2023 г.

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.

, чтобы оставлять комментарии