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

Mar 7, 2025 - 06:39
 0
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