Sartheris Stormhammer
Sartheris Stormhammer

Reputation: 2564

Git plugin for Android Studio without any additional external programs

With Eclipse I was able to install just a simple plugin, that allowed me to use BitBucket with it. Everything I needed was inside Eclipse. Is there such a plugin for Android Studio too? I still want to use BitBucket for my projects, and I don't want to install any additional programs, like SourceTree, Mercurial, or whatever

Upvotes: 0

Views: 193

Answers (1)

yole
yole

Reputation: 97268

No, there isn't one. Both the Git and the Mercurial plugin for Android Studio require the installation of the corresponding command-line tool for working with version control (Git or Mercurial).

You don't need to install any additional GUI tools such as SourceTree.

Upvotes: 1

Related Questions