1.新建文件夹 打开gitbash 初始化仓库
git.init
2.把要提交的文件copy到文件夹
3.git add.
4.git remote add master(分支) 远程仓库
5. git commit -m "文件注释“”
6. git pull origin
7. git push -u origin 分支
原文地址:https://www.cnblogs.com/mm163/p/10472262.html
时间: 2024-10-11 11:04:55
1.新建文件夹 打开gitbash 初始化仓库
git.init
2.把要提交的文件copy到文件夹
3.git add.
4.git remote add master(分支) 远程仓库
5. git commit -m "文件注释“”
6. git pull origin
7. git push -u origin 分支
原文地址:https://www.cnblogs.com/mm163/p/10472262.html