Dumping files & nothing else.
Okay, aber wie lade ich jetzt meine Übungsaufgaben hoch?
> cd /ordner/für/die/Übungsaufgaben // git initlisieren > git clone gitlab:eis18/u2/AbcDefGhi // --global ist optional (aktuelles Repo oder alle Repos?) > git config --global user.name "Euer Name" > git config --global user.mail "euremail@students.uni-mainz.de"
> git pull
> git add [Dateiname] [Dateiname] > git add Uebung04/Aufgabe02/*.cpp > git add Uebung04/**/*.cpp
> git commit -m "Was ich geändert habe .... "
> git push
> git status [...] nothing to commit [...] // andernfalls > git stash
> git stash pop