@@ -32,11 +32,14 @@ git checkout <branchname> -> Zum Branch wechseln
#### Reset lokal Repository
git fetch origin
+
git reset –hard origin/master
git tag -> Tags anzeigen
git tag -a v1.2.3 -m "Version 1.2.3" -> Kommentierter Tag erstellen
git push origin --tags -> Tags in Repo pushen