What is a commit message?
Answer / Manoj Kumar
A commit message is a brief description of the changes made in a Git commit. It provides context for the changes, making it easier for others to understand the purpose and impact of each commit.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the syntax for “Rebasing” in Git?
What is git fork? What is the difference between fork, branch, and clone?
What is the use of ‘git log’?
What is ‘git status’ is used for?
What is the function of ‘git checkout’ in git?
What is difference between fork and branch? How to create tag?
What is the difference between git vs svn
What is the purpose of branching and how many branching strategies can you apply?
What work is restored when the deleted branch is recovered?
Explain git stash, pop?
What is a commit message?
What is git Is-tree?