0 votes
in Git by
What is git reflog?

1 Answer

0 votes
by
The ‘reflog’ command keeps a track of every single change made in the references (branches or tags) of a repository and keeps a log history of the branches and tags that were either created locally or checked out. Reference logs such as the commit snapshot of when the branch was created or cloned, checked-out, renamed, or any commits made on the branch are maintained by Git and listed by the ‘reflog’ command.

Related questions

+1 vote
asked Feb 10, 2020 in Git Slack Integration by miceperry
0 votes
asked Sep 17, 2021 in Interstellar Git by SakshiSharma
...