Install Git
Installation guide for Git.
Install Git
Installation
- Download Git for your computer. Télécharger Git
- Install Git with the downloaded installer. Administrator rights are not required.
- You can change the configuration during installation if needed.
- Perform the initial configuration below
Configuration
- Open a terminal
- Configure your Git name and email
1
2
git config --global user.name "Your Name"
git config --global user.email "[email protected]"
Vérification
Open your terminal and enter this command:
1
git --version
This post is licensed under CC BY 4.0 by the author.