InterviewSolution
Saved Bookmarks
| 1. |
Introduction: What is GIT? |
|
Answer» Git is a free and open-source distributed version control system, which is designed to handle everything from small to very large projects with speed and efficiency. So Why Git? What are the advantages?Imagine a scenario without using Git. There is a large project and 100 developers are working on the project.
Now, let's analyse the scenario after using Git.
Therefore, for large projects that involve thousands of developers, Git helps those developers to work collaboratively and efficiently in a structured manner. Learn More. |
|