Git edit commit message

Publicado el: 27 agosto 2022
en el canal de: Gitme5
40
0

How to change the commit messages.


Change the last commit message:

git commit --amend -m 'new message'


Change the second last commit messages with interactive rebase:

git rebase -i HEAD~2
change pick to reword for the messages to change


Change the first commit message with interactive rebase:

git rebase -i --root
change pick to reword for the messages to change


En esta página del sitio puede ver el video en línea Git edit commit message de Duración hora minuto segunda en buena calidad , que subió el usuario Gitme5 27 agosto 2022, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 40 veces y le gustó 0 a los espectadores. Disfruta viendo!