It's easy to just amend a git commit message:
git commit --amend
If the commit is pushed to a remote repository already:
git commit --amend
git push --force-with-lease <repository_name> <branch_name>
It's easy to just amend a git commit message:
git commit --amend
If the commit is pushed to a remote repository already:
git commit --amend
git push --force-with-lease <repository_name> <branch_name>
本文标题:Git reset commit message after p
本文链接:https://www.haomeiwen.com/subject/cjoooxtx.html
网友评论