Skip to Content

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

  1. Installeer eerst notepad++.
  2. Voer het installatiebestand uit en klik Ja.
  3. Welkom bij de installatie: klik op Next.
  4. Aanvaard de licentievoorwaarden door Next te klikken.
  5. Installeer git in de voorgestelde standaard directory.
  6. Gebruik de standaard componenten door Next te klikken.
  7. Klik Next om de menu map in te stellen.
  8. Kies Notepad++ als editor.
  9. Kies use Git from the command line en klik Next.
  10. Use OpenSSL library en klik Next.
  11. Kies Checkout Windows-style, commit Unix-style line endings en klik Next
  12. Kies use Windows' default console window en klik Next
  13. Kies Default en klik Next.
  14. Gebruik de standaard door Next te klikken.
  15. Gebruik de standaard door Install te klikken.
  16. Vink alles uit en klik op Next.

Afwijkingen t.o.v. default installatie

  • Notepad++ als editor
  • use Windows' default console window

Ubuntu

sudo apt-get update
sudo apt-get install git