Git - How to change the particular Commit Message using rebase

preview_player
Показать описание
Git - How to change the particular Commit Message using rebase
git rebase --interactive commitid
git rebase -i commitid
Рекомендации по теме
Комментарии
Автор

This is a nice alternative to renaming commits before being pushed. I have also seen in people write `pick` to `reword` instead of `edit` keyword.

hyfydistro
Автор

Hi, you can show the final look on git ADO branch once you edit any bad commit. I followed your steps and it will update only locally, we need to push changes in git . So can u also show this part. Please dont make half things it mislead. I pushed to git origin, but result is it added new commit after correction. It should edit existing commit.
I have to edit, after pushing the commits

gtapril
visit shbcf.ru