Reputation: 862
is there any plug-in for android studio to connect to TFS? i've already used Git-Tf from microsoft but i want to know if there is any other solutions out there , i've already searched Google but it all the results is about Git-Tf
Upvotes: 1
Views: 459
Reputation: 965
From Android Studio menu, select Preferences-> Plugins -> then browse TFS or azure DevOps and install.
You can use from vcs menu or file ->New-Project From Version Control->and select login and browse repo and clone
Thanks
Upvotes: 1
Reputation: 788
In TFS 2013 you have the native Git. Then you can have the original command line Git, commiting on TFS, through any tool.
Upvotes: 0