What is git and why do we use it?
Answer / Abhay Murari
Git is a distributed version control system that allows multiple people to work on the same project simultaneously, while keeping track of changes and managing conflicts. We use Git for version control because it simplifies collaboration, enables branching and merging, provides a history of all changes, and supports rollbacks if necessary.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the gitflow workflow?
What is a commit message?
Name a few Git repository hosting services
Can you explain the gitflow workflow?
What is ‘head’ in git and how many heads can be created in a repository?
How can conflict in git resolved?
What is git Is-tree?
How to resolve a conflict in git?
What is GIT version control?
How to rebase master in git?
What is the common branching pattern in GIT?
What is the function of ‘git rm’?