So what is Version Control? In simple words version control is a system that helps to record changes to a file or a set of files so that you can recall a specific version whenever required. Why we need it? Working in a team and keeping backup of your code and finally publishing it is […]