Няма описание
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.

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:

N=99
cd ~/src/htwg-syslab-bsys-ws17/bsys-ws17-grp${N}
git fetch --all
git checkout hw0
git push origin hw0
git checkout -b hw0-UserA
git push origin hw0-UserA

User B @ Container:

N=99
cd ~/src/htwg-syslab-bsys-ws17/bsys-ws17-grp${N}
git fetch --all
git checkout hw0
git checkout -b hw0-UserB
git push origin hw0-UserB