What is Git?
Experience Level:
Junior
Tags:
Git
Source control
Answer
Git is distributed version control system (DVCS) that helps you to keep track of changes in your source code.
It is one of the most modern and most widely used version control systems.
Using Git you can see the history of all changes in your source code together with who made the changes.
Git is very fast and flexible and you can use it even if you are offline.
Related Git job interview questions
-
How do you send changes from local Git repository to remote repository?
Git Source control Junior -
What is a Git repository?
Git Source control Junior -
What are the major benefits of using Version Control System (VCS)?
Git Source control Junior -
What is a Version Control System (VCS)?
Git Source control Junior