git commit --amend 撤销上一次提交并讲暂存区文件重新提交git checkout -- <file> 拉取暂存区文件并将其替换成工作区文件git reset HEAD -- <file> 拉取最近一次提交 ...
確定! 回上一頁