Git Installation
Understand how to install Git.
Reference
Install Git on Windows
-
Go to this link: Download for Windows
-
Select your installer, for my case, I'm selecting 64-bit Git for Windows Setup.
-
Open the downloaded exe file and follow the instructions. I put all options as default.
-
After you have done the installation. Open your terminal and enter the following command.
It will show the latest Git version that you have installed.
-
Configure your Git username and email. Remember to replace the name and email with your own. Any commits you make will include these details.
Install Git on Ubuntu/Linux
The typical way of installing Git, will not install the latest version. With the following commands, it will help you to install the latest Git.
More Information
-
Install stable Git version
-
Check Git version
-
Configure your Git username and email. Remember to replace the name and email with your own. Any commits you make will include these details.