Answers for "git amend past commit message"

76

change git commit message

git commit --amend -m "New commit message"
Posted by: Guest on March-11-2020
0

git commit --amend with commit id

git commit --amend -m "new commit message"
$ git push --force-with-lease branch-name
Posted by: Guest on December-07-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language