by Team InDeepData
   
1884
Install Git according to the operating system you are using.
Table of Contents
Install Git on Ubuntu(Linux)
Step 1: Update the system packages
sudo apt-get update
Step 2: Install git
sudo apt-get install git
Step3: Check 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
- Download the latest version of the Git Windows Installer. Link: https://git-for-windows.github.io/
- 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.
- 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.