Login
Remember
Register
Ask a Question
How will you write a message with commit command in GIT?
0
votes
asked
Apr 18, 2020
in
Git Slack Integration
by
SakshiSharma
recategorized
Apr 18, 2020
by
SakshiSharma
How will you write a message with commit command in GIT?
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Apr 18, 2020
by
Robindeniel
We call the following command for commit with a message: $/ > git commit –m < message
...