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.
These hidden corners of Git will save you time and make your workflow less painful.
Developers often commit to their local Git repository only to realize the associated commit message isn't up to par. Fortunately, it's easy to edit and change the last Git commit message, although ...