+2 votes
in Git Slack Integration by
What is the command to amend an incorrect commit message ?

1 Answer

+1 vote
by
git commit –amend -m “correct message”

Related questions

+2 votes
asked Jul 26, 2019 in Git Slack Integration by sheetalkhandelwal
+1 vote
asked Jul 25, 2019 in Git by SakshiSharma
...