How to change Visual Studio Team Services Repository at Android Studio?
I create a repo at user1.visualstudio.com
at 'my repo' repository;
I install VSTS plugin at Android Studio.
Then, i want to push at another repository: user2.visualstudio.com
instead user1.visualstudio.com
, but i can not!
I try to change this version control settings:
1.Remove VSTS plugin
2. Set up VSTS plugin
3.Log out from VSTS window.
But, when i push code- is pushes at user1.visualstudio.com
.
How to change it to user2.visualstudio.com
?
EDIT: I create another my repo
repository at user2.visualstudio.com
and want to start pushing at this repo.
But, android studio pushes to first user1
site instead.
If you want to push my repo of
user1.visualstudio.com
touser2.visualstudio.com
, you can try below steps:android studio -> VCS -> import into Version Control -> import into Team Services Git -> sign out -> sign in for user2 -> select a project -> import -> update origin and import.