android studio git怎么提交代码
1 回答
海绵宝宝撒
TA贡献1809条经验 获得超8个赞
1、首先通过git --bare init 在服务端创建好了一个git仓库;假设git仓库在服务端的地址为:/user/lyh/project/test.git
2、androidstudio上点击VCS --- import into version control --- create git repository ;如下图:
3、选择一个要提交到远程仓库的文件夹,点击OK:
4、右键要提交的项目,如下图操作:
5、打开弹出后选择commit and push,如下图:
6、在弹窗中填写远程仓库的地址,点击提交,即可
- 1 回答
- 0 关注
- 1057 浏览
添加回答
举报
0/150
提交
取消