0 votes
in Git Slack Integration by

What do you mean by the Commit message?

1 Answer

0 votes
by

It is basically a message which you can see on the screen while working on Git whenever a change is committed. It is possible to keep a record of all the changes made by the user in an editor. The history of changes needs to be explored lately for a specific task. 

...