基本語法: git commit --amend : 修改最後一次commit message git blame test.qq : test.php這份檔案顯示每行的編輯者 git reset --soft HEAD^ : 恢復到commit前的 ...
jex.logdown.com