What is the command you can use to write a commit message?
Answer Posted / Dheeraj Singh
The command to write a commit message in Git is `git commit -m "<your message>"`
Post New Answer View All Answers
How is git instaweb used?
2