What does git reflog display?
What does git reflog display? a) A history of all reference updates b) A list of untracked files c) A history of all pull requests d) A list of all merged branches Answer: a) A history of all reference updates Explanation: The git reflog command displays a history of all reference updates in your Git […]
What does git reflog display? Read More »