Skip to main content

This version of GitHub Enterprise was discontinued on 2023-07-06. No patch releases will be made, even for critical security issues. For better performance, improved security, and new features, upgrade to the latest version of GitHub Enterprise. For help with the upgrade, contact GitHub Enterprise support.

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. For more information, see "Roles in an organization."

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.
  • If the account namespace includes any packages or container images stored in a GitHub Packages registry, GitHub transfers the packages and container images to the new namespace. By renaming your account, you may break projects that depend on these packages.

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. In the top right corner of GitHub Enterprise Server, click your profile photo, then click Your organizations.

    Screenshot of the dropdown menu under @octocat's profile picture. "Your organizations" is outlined in dark orange.

  2. Next to the organization, click Settings.

  3. Near the bottom of the settings page, under "Danger zone", click Rename organization.

  4. Read the warning messages, then, if you want to go ahead, click I understand, let's rename my organization.

  5. Type a new name for your organization, then click Change organization's name.

Further reading