# Übersicht verschaffen über Status des Repositorys git status # Neue Files hinzufügen git add ... # Change committen: git commit -am "describe your commit here. no nonsense please!" # Auf GitHub pushen git push