Answer the question
In order to leave comments, you need to log in
How to change commit description locally and on github?
Is it possible to change the commit description after a github push?
I want to change the description of this commit, for example:
Answer the question
In order to leave comments, you need to log in
There is an option through an interactive rebase, but you need to understand that it will actually replace your commit with a new one, with a new description. You will need to push changes with the --force flag, such a trick will not work if you want to do it in the master and people have already brunched from this master.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question