Answers for "how to rename pushed commit message in git"

1

rename a commit pushed

git commit --amend -m "Your new message here"
Posted by: Guest on June-28-2021
12

git amend commit message after push

$ git commit --amend -m "New and correct message"
Posted by: Guest on October-23-2020

Code answers related to "how to rename pushed commit message in git"

Browse Popular Code Answers by Language