1.先在Git中放入项目。
只需要module中:
文件夹lib
文件夹src
build.gradle
proguard-rules.pro
setting.gradle
还有工作文件中的:
setting.gradle
build.gradle
文件夹gradle
2.在GitHub新建一个仓库,获取项目连接名 https://github.com/ly1225xxl/boot.git
3.在Git Bush中输入
echo "# boot" >>
git init
git add .
git commit -m "first commit"
git remote add origin https://github.com/ly1225xxl/boot.git
git push -u origin master
原文链接:https://blog.csdn.net/weixin_43052839/article/details/82623154
网友评论