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.

Renaming an organization

If your project or company has changed names, you can update the name of your organization to match.

Tip: Only organization owners can rename an organization. Para obtener más información, consulta la sección "Roles en una organización".

What happens when I change my organization's name?

After changing your organization's name, your old organization name becomes available for someone else to claim. When you change your organization's name, most references to your repositories under the old organization name automatically change to the new name. However, some links to your profile won't automatically redirect.

Changes that occur automatically

  • GitHub automatically redirects references to your repositories. Web links to your organization's existing repositories will continue to work. This can take a few minutes to complete after you initiate the change.
  • You can continue pushing your local repositories to the old remote tracking URL without updating it. However, we recommend you update all existing remote repository URLs after changing your organization name. Because your old organization name is available for use by anyone else after you change it, the new organization owner can create repositories that override the redirect entries to your repository. For more information, see "Managing remote repositories."
  • Previous Git commits will also be correctly attributed to users within your organization.

Changes that aren't automatic

After changing your organization's name:

  • Links to your previous organization profile page, such as https://[hostname]/previousorgname, will return a 404 error. We recommend you update links to your organization from other sites.
  • API requests that use the old organization's name will return a 404 error. We recommend you update the old organization name in your API requests.
  • There are no automatic @mention redirects for teams that use the old organization's name.

Changing your organization's name

  1. En la esquina superior derecha de GitHub Enterprise Server, haz clic en tu foto de perfil y luego en Tus organizaciones. Tus organizaciones en el menú de perfil
  2. Junto a la organización, haz clic en Configuración. El botón de configuración
  3. Near the bottom of the settings page, under "Rename organization", click Rename Organization. Rename organization button

Further reading