in Git Slack Integration by (1.6k points)
What is the command to amend an incorrect commit message ?

1 Answer

+1 vote
by (20.8k points)
git commit –amend -m “correct message”

Related questions

+2 votes
asked Jul 26, 2019 in Git Slack Integration by sheetalkhandelwal (1.6k points)
+1 vote
asked Jul 25, 2019 in Git by SakshiSharma (32.2k points)
+1 vote
asked Jul 26, 2019 in Git Slack Integration by sheetalkhandelwal (1.6k points)
...