git - Connecting to GitLab repositories on Android Studio -


i'm trying connect gitlab repository using i/o preview of android studio. know how this/if possible yet?

thanks!

to clone repo

open new project in android studio.

click vcs -> checkout version control -> git

then enter url of repo , local direcory

to commit

open project want push in android studio.

click vcs -> enable version control -> git

there does't seem way add remote through gui. open git bash in root of project add git remote add <remote_name> <remote_url>.

now when vcs -> commit changes -> commit & push should see remote , should work through gui.


see these pages details:

http://www.jetbrains.com/idea/webhelp/using-git-integration.html

http://youtrack.jetbrains.com/issue/idea-87099


Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -