how do i publish a organization project to github with intellij
I've created a github repository and trying to push my project to it with through intellij. however it's always getting shared to the personal account not the repository that I've created.
My personal account is also located in the repository. Is there a way to tell intellij to share to the repository instead of the personal one?
Solution:
That's it. This will move the project to your organization.
Refer: https://help.github.com/articles/transferring-a-repository/
在将您的项目推送到Github之前,调出控制台并输入:
git remote add origin https://github.com/<your organization>/<your project>.git