Açıklama Yok
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Manuel Vögele 8c7158a7f9 Fix errors in the exercise that occured during the presentation 8 yıl önce
..
gittask0 Fix errors in the exercise that occured during the presentation 8 yıl önce
README.md fixup! +consistency with N 8 yıl önce

README.md

HW0 - Git Übung

In dieser Übung wird der Umgang mit git auf der Kommandozeile gelernt.

Vorbereitung

Updates des Templates herunterladen und neue Feature-Branches für jeden Benutzer erstellen.

User A @ Container:

cd ~/src/htwg-syslab-bsys-ws17/bsys-ws17-grpN
git fetch --all
git checkout hw0
git push origin hw0
git checkout -b hw0-UserA
git push origin hw0-UserA

User B @ Container:

cd ~/src/htwg-syslab-bsys-ws17/bsys-ws17-grpN
git fetch --all
git checkout hw0
git checkout -b hw0-UserB
git push origin hw0-UserB