Home    /    Answers    /    Version Control
How to Install Git on Your Local System Step-by-Step Guide for Beginners

Install Git according to the operating system you are using.

Install Git on Ubuntu(Linux)

Step 1Update the system packages

sudo apt-get update

Step 2: Install git

sudo apt-get install git

Step3Check the git version

git --version

That's all you need to do to install Git on your Ubuntu operating system.

Install Git on MacOs

Step 1: Install the git

brew install git

Step 2: Check the Git version

git --version

That is also done! How quick is that.

Install Git on Windows

Open the browser

  1. Download the latest version of the Git Windows Installer. Link: https://git-for-windows.github.io/
  2. After successfully downloading the installer you will see the installer screen(or just click on the downloaded file) and use the default setting. Follow the next and finish option.
  3. After installing Git via the installer. You just need to go start menu and open “Git Bash”

Thats all from our side 🙌 now it's your turn install and enjoy the git.