¿Cómo alojar el repositorio de GitHub en una organización sin perder mi nombre?

¿Cómo alojar el repositorio de GitHub en una organización sin perder mi nombre?

¿Es posible tener un proyecto/repositorio de github a mi nombre y también formar parte de una organización? Por ejemplo, alojar mi proyecto en una organización le daría el nombrehttps://github.com/ORGANIZATION-XYZmientras que alojarlo en mi propio perfil le daría el nombrehttps://github.com/Kong

¿Qué puedo hacer? ¿Tenedor?

Respuesta1

Puede convertir la cuenta "Kong" en una organización si su principal preocupación es el nombre. Sin embargo, hay algunas advertencias:

Warning: Before converting a user into an organization, keep these points in mind:

    You will no longer be able to sign into the converted user account.
    You will no longer be able to create or modify gists owned by the converted user account.
    An organization cannot be converted back to a user.
    The SSH keys, OAuth tokens, job profile, reactions, and associated user information, will not be transferred to the organization. This is only true for the user account that's being converted, not any of the user account's collaborators.
    Any commits made with the converted user account will no longer be linked to that account. The commits themselves will remain intact.

Esto se puede hacer en "Configuración" -> "Organización" -> "Transformar cuenta" como se describe enhttps://help.github.com/en/github/configurar-y-administrar-su-cuenta-de-usuario-github/convertir-un-usuario-en-una-organización

información relacionada