What happens when you move your repository to an organisation? #203939
Answered
byshaaravraghu
run-llm-locally
asked this question in
Enterprise
🏷️ Discussion TypeQuestion BodyDoes your stars, forks, and other metrics be preserved while shifting? Does the ownership of the repository change? |
Answered by
shaaravraghu
Aug 4, 2026
Replies: 1 comment
Yes. When you transfer a repository to an organization:
The main change is that ownership transfers from your personal account to the organization. The repository will be owned by the organization (e.g., So, all repository metrics stay intact, but the owner becomes the organization. |
0 replies
Answer selected byrun-llm-locally
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes. When you transfer a repository to an organization:
The main change is that ownership transfers from your personal account to the organization. The repository will be owned by the organization (e.g.,
org/repoinstead ofusername/repo), though you can remain an admin or maintainer if granted the appropriate permissions.So, all repository metrics stay intact, but the owner becomes the organization.