You are on page 1of 3

Git and GitHub

Version Control System


So What is a Version Control System

A Version Control System is a class of Software tools that helps software developers

● Manage their Software


● Collaborate with a team
● Maintain versions of the code
● Experimenting with the codebase without disturbing the Production software
● Tracking Contributions in a project.
● And One of the most Important things: HELPS YOU GET A JOB!!!
So Lets Code

You might also like