Pages

Friday, February 22, 2019

Introducing GIT

Git is a distributed Version control System. What is a distributed in here. Git has a feature that is not available in other Version Control systems and that is it allows developers to work on a project without requiring them to share a common network.  Much like in other Systems, Git maintains a Repository locally and...
Read More

Understanding Version Control System

Managing code is always hard. In the Early days when we used to write code, we usually save them to a disk location for future references. One developer working on a project knows where the code is saved, what changed and how it works.  But what if the project is written by multiple people. Saving the code to a same...
Read More