时间:2024-10-31 04:43:13
1、进入到项目文件夹
2、git add test.py将文件提交到暂存
3、vim test.py修改文件
4、git status查看暂存状态
5、git reset test.py从暂存区中移除