git restore 文件 //将文件回滚到暂存区的内容 git restore --staged 文件 //将文件从暂存区中抽取出来
git restore 文件 //将文件回滚到暂存区的内容
git restore --staged 文件 //将文件从暂存区中抽取出来