0 votes
in Git Slack Integration by
recategorized by
How will you write a message with commit command in GIT?

1 Answer

0 votes
by

We call the following command for commit with a message: $/ > git commit –m < message

...