Question:
In GitHub, is there a way to see all recent commits on all branches. It would be best in reverse chronological order.
Maybe I’m snoopy, but I’d like to be able to see what my developers have been up to recently, at least in terms of commits to the repository on github. So far the closest I’ve seen is the network graph, which is certainly very useful
Answer:
This is an old feature of GitHub but not really that intuitive.
Using the GitHub website:
- Click a project
- Click the ‘Insights’ tab (moved inside the Meatballs menu)
- Click ‘Network’
- Click on the ‘node/circle’ for each commit to go to that commit.


Additionally, you can drag to the left to see all commits throughout time for all forks and branches