What is the command you can use to write a commit message?
Answer / Dheeraj Singh
The command to write a commit message in Git is `git commit -m "<your message>"`
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the command you can use to write a commit message?
What is ‘git add’ is used for?
What is ‘bare repository’ in GIT?
What language is used in GIT?
How to rebase master in git?
What does commit object contain?
What is the function of git clone?
What are the benefits of using version control system?
What is a git commit and what does the commit object contain?
In git how do you revert a commit that has already been pushed and made public?
What is a “conflict” in git and how is it resolved?
What is the difference between git pull and git fetch?