View on GitHub

using-git

Using GIT in your workflow

Viewing histories

To view the history of commits, run git log. Press q to exit the log

git log on terminal

Note: Each commit has a unique SHA-1 identifying hash. These IDs are used to travel through the committed timeline and revisit commits.