标签:ranch test 文件上传 com 使用 nbsp dir 使用教程 批量
1.创建分支 git branch test
2.删除分支 git branch -d test
3.切换分支 git checkout master
4.创建一个文件:mkdir test.js
5.将文件上传到--暂存区 git add test.js
6.将文件上传至--本地仓库 git commit test.js 参数 -m 添加上后,可以不用添加 描述信息;-a 批量上传文件至本地仓库;
7. 将本地仓库的文件上传至 github仓库。git push
标签:ranch test 文件上传 com 使用 nbsp dir 使用教程 批量
原文地址:https://www.cnblogs.com/Mr-ai/p/12809710.html