标签:就会 com comm 复制 创建 git pull bsp info pull
1 :githup 上创建好项目后 复制路径 https://github.com/1017844505/test_dev02
2 :git进入工作空间输入 ,项目就会下载到本地
git clone https://github.com/1017844505/test_dev02
git status 查看状态
git add .
git add hello.py
git commit -m "说明”
git push origin master "提交“
git pull origin master "拉取“
标签:就会 com comm 复制 创建 git pull bsp info pull
原文地址:https://www.cnblogs.com/chenxiangs/p/11908814.html