一.文件操作1.1 添加git add <filename> //添加到暂存区(stage)
git add . //全部提交到暂存区
2022-06-08