Answer the question
In order to leave comments, you need to log in
How to remove an old comment with a fix from an issue?
I made a mistake in the description of the commit and pushed it to github. More or less like this
comment description #1
git rebase -i HEAD~
reword
git rebase -i HEAD~
drop
старое название #1
новое название #1
Answer the question
In order to leave comments, you need to log in
Don't call commit messages comments. What you describe as the name of the commit is actually just the header of the commit message.
Real comments on the github are easily deleted, since they are not stored in the repository.
Github shows you the whole history of changes in the commit history, but this is only visible in its database, don't worry about it. You have already removed the commits with errors from the repository history.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question