How to See Commit History in GitHub
While you can check your commit history with Terminal easily enough using the "git log" command, checking it visually through GitHub is a little different. Let's get to it.
Tyler Harz
|
4 steps
|
14 seconds
1
Navigate to the repository page of the file you want to view.
2
Click on the file you want to view the history for.
3
Select History in the upper right corner of the window that appears next.
4
From here, you get a bird's eye view of your commit history on GitHub.