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 ‘bare repository’ in GIT?
Explain what is commit message?
How to squash or fixup commits?
Why is it advisable to create an additional commit rather than amending an existing commit?
How will you know in git if a branch has already been merged into master?
How to revert previous commit in git?
What is git cherry-pick?
How will you know in GIT if a branch has been already merged into master?
What is the common branching pattern in GIT?
What is subgit?
Why git and not svn?
What does ‘hooks’ comprise of in git?