“Git Zmień komunikat zatwierdzenia w celu scalania” Kod odpowiedzi

Git Zmień komunikat zatwierdzenia w celu scalania

git commit --ammend # edit message
Fahim Foysal

Git Edytuj Scal Commit Commelor

For current Git versions (2020+), just do git rebase -i -r <parent>, 
then replace in the editor merge -C with merge -c.
This will open the merge commit's message in the editor during rebasing,
where you can change it
Mobile Star

Odpowiedzi podobne do “Git Zmień komunikat zatwierdzenia w celu scalania”

Pytania podobne do “Git Zmień komunikat zatwierdzenia w celu scalania”

Więcej pokrewnych odpowiedzi na “Git Zmień komunikat zatwierdzenia w celu scalania” w Shell/Bash

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu