GIT - cheat sheet
Overig / Notes
Install (Windows)
https://git-scm.com/
https://desktop.github.com/
set up new repo
(create git repo in web gui first)
git init
git add .gitignore
touch README.md
git add README.md
git remote add myOrigin git@github.com:maxbis/examengesprekken
git pus...