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 |
Name a few git commands and explain their usage.
What is the common branching pattern in GIT?
What is Subgit? Why to use Subgit?
What is ‘git status’ is used for?
What are the benefits of using version control system?
What are the different ways you can refer to a commit?
How can conflict in git resolved?
What is GIT stash drop?
What is the purpose of branching and how many branching strategies can you apply?
What is a git commit and what does the commit object contain?
Can you explain the gitflow workflow?
What is the difference between rebasing and merge in git?