git - Edit pushed commit message in EGit -
i want edit commit message of pushed commit.
i tried using "revert commit" button, got error:
an internal error occurred cannot revert commit '9b424b08c83baffd18c2d5dffbe5bdb902c0cf63' because has 0 parents, commits 1 parent supported
note: it's initial commit.
try git commit --amend
. it'll allow change commit message of last commit. more info here.
Comments
Post a Comment