Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to change a commit message after push

git commit --amend -m "New commit message"
Then
git push --force
and you're done
 
PREVIOUS NEXT
Tagged: #change #commit #message #push
ADD COMMENT
Topic
Name
9+1 =