内容:
1.1 码云界面
1.2 Git界面
1.3 本地仓库截图
1.4学习命令
1. 添加文件 git add 文件名
2. 建立仓库 git init
3. 查看状态 git status
4. 文件覆盖 git commit -m 文件名
5. 查找密钥 ssh-keygen -t rsa -C "邮箱号"
6. 添加远程仓库 git remote add origin +地址
7. 将本地文件上传到仓库 git pull --rebase origin master
8.真正上传 git push origin master
1.5 主页地址
https://gitee.com/M7special