标签:初始化 注释 初始 ash 文件 commit com 远程仓库 remote
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 分支
标签:初始化 注释 初始 ash 文件 commit com 远程仓库 remote
原文地址:https://www.cnblogs.com/mm163/p/10472262.html