Part 1 – Basic Concepts about Git
Let’s learn some basic concepts about Git What is Git? Git is a popular distributed version control system that’s widely used among programmers and developers for developing and maintaining code. What is Version Control System? It tracks the changes to projects over time automatically so that you can check progress or revert to an earlier version if required later. It… Read more →