在gitee的一套上传修改再下载流程:

1.git clone 某网址

2.git add 保存本次修改

3.使用vscode进行修改

4.git commit -m"一些简单的说明"

5.git push 上传本次修改