Are you looking for something? Here is all of the GitHub Docs history in one single commit. Enjoy! 🎉
26 lines
967 B
Markdown
26 lines
967 B
Markdown
---
|
|
title: Visualizing commits in a repository
|
|
intro: You can see all commits made to a repository in the past year (excluding merge commits) in the Commit graph.
|
|
product: '{{ site.data.reusables.gated-features.repository-insights }}'
|
|
redirect_from:
|
|
- /articles/visualizing-commits-in-a-repository
|
|
versions:
|
|
free-pro-team: '*'
|
|
enterprise-server: '*'
|
|
---
|
|
|
|
The top graph shows commits for the entire year by week.
|
|
|
|

|
|
|
|
The bottom graph shows the average number of commits by day of the week for the selected week.
|
|
|
|

|
|
|
|
### Accessing the commits graph
|
|
|
|
{{ site.data.reusables.repositories.navigate-to-repo }}
|
|
{{ site.data.reusables.repositories.accessing-repository-graphs }}
|
|
3. In the left sidebar, click **Commits**.
|
|

|