Maven / GIT Interview Questions
What is version control?
Version control systems are a type of software tools that help software developers manage his changes to source code over time. Version control software keeps track of every modification to the code in a special kind of database. Developers can turn back the clock if necessary and compare earlier versions of the code to help fix the mistake while minimizing disruption to all team members.
More Related questions...