Login
Remember
Register
Ask a Question
How can I modify the commit message in git?
0
votes
asked
Dec 1, 2019
in
DevOps
by
SakshiSharma
How can I modify the commit message in git?
#commit-message
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Dec 1, 2019
by
rajeshsharma
I have to use following command and enter the required message.
Git commit –amend
...