What is Git?
Experience Level: Junior
Tags: GitSource 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?
GitSource control JuniorWhat is a Git repository?
GitSource control JuniorWhat are the major benefits of using Version Control System (VCS)?
GitSource control JuniorWhat is a Version Control System (VCS)?
GitSource control Junior