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 |
How git instaweb is used?
What is a commit message?
What is GIT version control?
In git how do you revert a commit that has already been pushed and made public?
Distinguish between git fetch and git pull?
Mention some of the best graphical GIT client for LINUX?
What is the function of ‘git checkout’ in git?
What is the function of git clone?
What is the difference between rebasing and merge in git?
How many heads can be created in a repository?
What is git bisect? How can you use it to determine the source of a (regression) bug?
What are git stash and git stash drop?