culTest

    One of the 24 questions in this topic

    How much do you know about Git & GitHub: History Engineering and Automation?

    What is the git reflog command used for?

    Answers

    To view GitHub server logs.
    To view a detailed history of every HEAD movement, allowing you to recover lost commits.Correct
    To track work time.
    To clean temporary files.

    Reflog records actions that do not appear in git log, such as rebases or failed resets.