Git provides two similarly named components that provide insight to the repository's commit history, log and reflog. Developers access the git log and git reflog commands through the command line.
Git is an enormous program, with nearly 200 sub-commands and countless options among them. You probably only use a handful, those reliable stalwarts like init, add, commit, and branch. But some ...