Git configuration
Configuration instructions for Git (in Dutch). Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
Windows
- Download gitconfig.
- Bewaar het bestand als
.gitconfig
(bestandsnaam start met een punt) inC:/users/username
. - Open
.gitconfig
(rechtsklikken op het bestand en openen met bijvoorbeeld Notepad++) en vul jouw naam en e-mail aan. - Sla het bestand op.
Ubuntu
Doe dezelfde stappen als onder Windows.
Alleen bewaar je het bestand als ~/.gitconfig
.