git 的使用
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 "拉取“

浙公网安备 33010602011771号