0 votes
in DevOps by
How can I modify the commit message in git?

1 Answer

0 votes
by

I have to use following command and enter the required message.

Git commit –amend

...