To undo the “git commit --amend” first, edit the commit changes with “git commit --amend” and then revert them using the “git reset --soft HEAD@{1}” ...
確定! 回上一頁