git diff <commit SHA> :這個會比對填入的commit SHA ~ 當前工作目錄區間的修改紀錄。若想要看上一個Commit 的紀錄,可以使用 git diff HEAD^ 。 git ...
確定! 回上一頁