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 |
what is git fork? What is difference between fork and branch? How to create tag?
In git how do you revert a commit that has already been pushed and made public?
How to resolve a conflict in git?
What is the use of ‘git log’?
Describe the branching strategies you have used.
What is git fork? How to create tag?
Mention some of the best graphical GIT client for LINUX?
Why git and not svn?
How many heads can be created in a repository?
What is GIT stash drop?
How will you know in GIT if a branch has been already merged into master?
Name a few git commands and explain their usage.