Hey friends!
I am wondering if it matters on whose account a github repo lives. I oftentimes have some project idea and then usually my collaborator goes ahead and creates a github repo for it. I didn't mind it until I noticed that this is a pattern with so many people β folks seem to care a great deal to have the repo live on their accounts.
My questions:
- When and why does it matter?
- Does it matter, if the project is non-commercial?
- And does it matter if the project will be monetized?
Thank you!
Top comments (5)
I don't think it makes a huge deal (other than that it shows up in the owner's GitHub account so they can take more "credit" for it?)
Once it gets commercial you might want to transfer it to an org.
No I don't think it really matters. Alongside credit, the biggest thing might be practicality. Who plans to do more administrative/maintenance work, maybe they should be the holder of the repo?
Two advantages of creating a repository that I know of are:
Besides these gains, owning a repository lets you manage the access and setup tools such as CI.
When I work with people who are not fluent in Git or Github, I create the repository myself, to ensure they do not mess it up in any way. Otherwise, I do not care who owns it.
I tend to want to keep projects on my account because I'd hate to see a project get deleted later by another owner. I realize Git itself is distributed, but it's always been a fear of mine.
I also just like to have control of the repo in case I want to move the repo to another account or organization. Of course, that probably happens so infrequently as to not matter.
GitHub is a great place supporting collaboration to store repos at. It is better to have a repo under one's account than not having it in any cloud at all.
You might create a repo and agree with your collaborators to use it. Or create an organization to group projects and have a better control of contribution policies.
Source code openness and commercial/non-commercial nature are different matters. A project can be open source and yet commercial.
BTW, a repo can be moved to a different owner, to an organization for example.