Git installation
Installation 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
De installatiebestanden zijn beschikbaar via http://git-scm.com/downloads
- Installeer eerst
notepad++
. - Voer het installatiebestand uit en klik Ja.
- Welkom bij de installatie: klik op Next.
- Aanvaard de licentievoorwaarden door Next te klikken.
- Installeer git in de voorgestelde standaard directory.
- Gebruik de standaard componenten door Next te klikken.
- Klik Next om de menu map in te stellen.
- Kies
Notepad++
als editor. - Kies
use Git from the command line
en klik Next. Use OpenSSL library
en klik Next.- Kies
Checkout Windows-style, commit Unix-style line endings
en klik Next - Kies
use Windows' default console window
en klik Next - Kies
Default
en klik Next. - Gebruik de standaard door Next te klikken.
- Gebruik de standaard door Install te klikken.
- Vink alles uit en klik op Next.
Afwijkingen t.o.v. default installatie
Notepad++
als editoruse Windows' default console window
Ubuntu
sudo apt-get update
sudo apt-get install git