How do you synchronise projects to GitHub with Android Studio? -


i trying synchronise project have on in android studio folder github, not sure other adding credentials in options menu. give me quick guide, please?

open project want push in android studio.

click vcs -> enable version control integration -> git

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

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


if getting error: fatal: remote <remote_name> exists means added it. see remotes git remote -v , git remote rm <remote_name> remove.


see these pages details:

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

http://gitref.org/remotes/


Comments

Popular posts from this blog

.htaccess - First slash is removed after domain when entering a webpage in the browser -

Automatically create pages in phpfox -

c# - Farseer ContactListener is not working -