如何从android studio提交到GitHub?

时间:2018-03-09 18:28:39

标签: android-studio github

我已经为我的android studio项目创建了一个GitHub存储库。现在我想将我对代码所做的更改添加为新提交。我怎么能这样做?

1 个答案:

答案 0 :(得分:1)

At file menu, you will see the Settings... option. In the Settings view, you go to Version Control, in this menu you'll find the GitHub option, click it. At host input you should put the URL of the repo; change the Auth Type to Password and put your login and pass; click to Test button, and it's all.

When you want to commit, you can go to VCS menu and click in Commit option.