Undo Commits · Undo last commit putting everything back into the staging area: git reset --soft HEAD^ · Add files and change message with: git commit --amend -m " ...
確定! 回上一頁