Skip to main content
Frecuentemente publicamos actualizaciones de nuestra documentación. Es posible que la traducción de esta página esté en curso. Para conocer la información más actual, visita la documentación en inglés. Si existe un problema con las traducciones en esta página, por favor infórmanos.

Esta versión de GitHub Enterprise se discontinuó el 2022-06-03. No se realizarán lanzamientos de patch, ni siquiera para problemas de seguridad críticos. Para obtener un mejor desempeño, más seguridad y nuevas características, actualiza a la última versión de GitHub Enterprise. Para obtener ayuda con la actualización, contacta al soporte de GitHub Enterprise.

Viewing a project's contributors

You can see who contributed commits to a repository.

Esta gráfica de perspectivas está disponible en los repositorios públicos con GitHub Free y GitHub Free para organizaciones, y en los repositorios privados y públicos con GitHub Pro, GitHub Team, Nube de GitHub Enterprise, y GitHub Enterprise Server.

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. En tu instancia de GitHub Enterprise Server, visita la página principal del repositorio.
  2. Debajo de tu nombre de repositorio, da clic en Perspectivas. Pestaña de perspectivas en la barra de navegación del repositorio principal
  3. In the left sidebar, click Contributors. Contributors tab
  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. Selected time range in the contributors graph

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 account on GitHub Enterprise Server.

Tip: To list all commit contributors in a repository, see "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 account on GitHub Enterprise Server, 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."