Git 就会自动把所有已经跟踪过的文件暂存起来一并提交,从而跳过git add . 步骤,相当于帮你执行多一步git add . 修改上一次提交. git commit --amend.
確定! 回上一頁