#039 git commit -C ORIG_HEAD

Reusing the commit de message

To reuse the changes and message undone with soft flag, use the command git commit -C ORIG_HEAD

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