Answers for "create a change to a pushed commit"

14

how to change a commit message after push

git commit --amend -m "New commit message"
Then
git push --force
and you're done
Posted by: Guest on April-16-2020
6

change message from last pushed commit

git commit --amend
Posted by: Guest on May-15-2020

Code answers related to "create a change to a pushed commit"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language