8.4: GitHub Repo Browsing
Last updated
Last updated
By the end of this lesson, you should:
Be familiar with navigating GitHub.
Know how to view the commit history of a repo.
Know how to navigate the Pull Requests tab in GitHub
One of the biggest benefits of Git is the ability to see contents of previous commits or versions. We can do this within the command line interface of Git, but it is easier on the GitHub website. Familiarise yourself with everything the GitHub website can display about your repo.
Follow along with the video to navigate your own repo.