Hele proces in git commandos
git clone <url> : om project binnen te halen (eenmalig)
git pull : om meest recente versie binnen te halen van main
git add bestand : om bestand in staging te zetten
git merge -m "tekst hier" : om bestand in lokale repo te zetten
git push : om de lokale repo naar Github te sturen
let op: met git push en git pull staat standaard origin main ingevuld
origin is de Github repo
main is de standaard branch in Github