Skip to main content

Diese Version von GitHub Enterprise Server wird eingestellt am 2026-03-17. Es wird keine Patch-Freigabe vorgenommen, auch nicht für kritische Sicherheitsprobleme. Für bessere Leistung, verbesserte Sicherheit und neue Features aktualisiere auf die neueste Version von GitHub Enterprise Server. Wende dich an den GitHub Enterprise-Support, um Hilfe zum Upgrade zu erhalten.

Mitwirkende eines Projekts anzeigen

Du kannst anzeigen, wer Commits zu einem Repository.

Wer kann dieses Feature verwenden?

Dieser Graph mit Repositoryerkenntnissen ist in öffentlichen Repositorys mit GitHub Free und GitHub Free für Organisationen und in öffentlichen und privaten Repositorys mit GitHub Pro, GitHub Team, GitHub Enterprise Cloud und GitHub Enterprise Server verfügbar.

About contributors

You can view the top 100 contributors to a repository, including commit co-authors, in the contributors graph. Merge commits and empty commits aren't counted as contributions for this graph.

Accessing the contributors graph

  1. On GitHub, navigate to the main page of the repository.

  2. Under your repository name, click Insights.

    Screenshot of the main page of a repository. In the horizontal navigation bar, a tab, labeled with a graph icon and "Insights," is outlined in orange.

  3. In the left sidebar, click Contributors.

  4. Optionally, to view contributors during a specific time period, click, then drag until the time period is selected. The contributors graph sums weekly commit numbers onto each Sunday, so your time period must include a Sunday.

Troubleshooting contributors

If you don't appear in a repository's contributors graph, it may be because:

  • You aren't one of the top 100 contributors.
  • Your commits haven't been merged into the default branch.
  • The email address you used to author the commits isn't connected to your GitHub account.

Tipp

To list all commit contributors in a repository, see REST API endpoints for repositories.

If all your commits in the repository are on non-default branches, you won't be in the contributors graph. For example, commits on the gh-pages branch aren't included in the graph unless gh-pages is the repository's default branch. To have your commits merged into the default branch, you can create a pull request. For more information, see About pull requests.

If the email address you used to author the commits is not connected to your GitHub account, your commits won't be linked to your account, and you won't appear in the contributors graph. For more information, see Setting your commit email address and Adding an email address to your GitHub account.