Looking at Repository's History

Learn how to find the history of a repository.

We'll cover the following

The git log command

If you want to look at the history of this repository, then run the git log command:

1	cd ..
2	git log

Get hands-on with 1200+ tech skills courses.