Mosh explains the meaning of Git and why it’s a critical skills for every software & DevOps engineer in 2 minutes.
Git is the most widely used modern version control system in the world today. Without the version control system, we need to copy the work on to each folder.
This is a very slow process when multiple people work together on a coding program.
In Version Control System we can do the following;
- Track History.
- Work Together.
And it falls on below these categories:
- Centralized
- Distributed
To watch more videos by Mosh Subscribe to his Youtube Channel