Explain what is commit message?
Answer / Vijay Prakash Kanoujiya
A commit message is a short description of the changes made in a Git commit. It should clearly explain why the change was made and what it does. Good commit messages are essential for understanding the history of a project.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between GIT and SVN?
What is git bisect and what is its purpose?
What is a commit message?
How many heads can be created in a repository?
Tell me the difference between head, working tree and index, in git.
Explain the difference between reverting and resetting.
What is git Is-tree?
Mention the various git repository hosting functions.
What is the command you can use to write a commit message?
What is ‘head’ in git?
Why git and not svn?
What is the purpose of branching in GIT?