Login
Remember
Register
Ask a Question
What is the command to amend an incorrect commit message ?
+2
votes
asked
Jul 26, 2019
in
Git Slack Integration
by
sheetalkhandelwal
What is the command to amend an incorrect commit message ?
#developer-git
#git
#git-commands
#git-checkout
#git-reset
#git-branch
#what-is-git
#git-pull
git-diff
Please
log in
or
register
to answer this question.
1
Answer
+1
vote
answered
Jul 27, 2019
by
Robindeniel
git commit –amend -m “correct message”
...