Git config --list
Git status
git clone https://github.com/outsmartit/gumber
Git commit -m "commentaar"
Git commit -a -m "commentaar" - voegt tegelijk alle nieuwe files toe
git rm -r --cached . (ipv . kan ook een filenaam worden meegegeven) git add . git commit -m 'fixed gitignore'
rm -rf .git
git push -u origin master
Aanmaken van een file : Touch filename
Aanpassen van inhoud : Echo "inhoud" >filename