|
@@ -36,6 +36,7 @@ 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
|
|
@@ -45,10 +46,9 @@ git push origin --tags -> Tags in Repo pushen
|
|
|
|
|
|
---
|
|
|
|
|
|
-### Software (Windows oder MultiPlattform)
|
|
|
+### Software (Windows oder MultiPlattform) ###
|
|
|
|
|
|
[GitBash & GitGUI]:https://git-scm.com/download/win
|
|
|
-
|
|
|
[SourceTree]:https://www.sourcetreeapp.com/
|
|
|
[Github Desktop]:https://desktop.github.com/
|
|
|
[Git Kraken]:https://www.gitkraken.com/
|