在git中新建一个项目

在Android Studio中新建一个工程

在需要托管的项目中,创建版本库


打开 git bash 切换的工程目录
git remote add origin https://github.com/[username]/[project_name].git

先同步git上的代码


提交代码




git remote add origin https://github.com/[username]/[project_name].git
本文标题:Android Studio 整合git
本文链接:https://www.haomeiwen.com/subject/gaqtqxtx.html
网友评论