Reputation: 410
I was working on an Android Studio Project and I had uploaded it to my Github account by using Android Studio's Version Control option, following simple steps:
VCS >> Import into Version Control >> Share Project on Github
Now, I have created another project in Android Studio and I want to upload it to a different Github Account that I own. But every time I follow the above mentioned steps to upload it, the project is uploaded on the same Github account on which I uploaded my previous project.
Is there a way I can upload it to a different Github account?
Upvotes: 0
Views: 146
Reputation: 2780
Go to File/Settings/Version Control/Github
then change your github login id and password. Then you are good to go.
Upvotes: 1