GitStudyCards
Cards
Blog
About
Book
🇧🇷
#039 git commit -C ORIG_HEAD
Reusing the commit de message
Command
Description
commit
Command to handle commits
-C
Flag to re-use the commit message
ORIG_HEAD
Copy of the previous state containing the previous commit message
informações extra
If you need to edit the message, use the
-c
flag