Git Back to Basics
Git is Open Source Version Control System. It is a distributed VC system.In this blog I will guide you git basics and interview preparation. Check the Version of git installed # if not found then install via following command sudo apt-get install git git --version

Git is Open Source Version Control System. It is a distributed VC system.In this blog I will guide you git basics and interview preparation.
Check the Version of git installed
# if not found then install via following command
sudo apt-get install git
git --version