m0e il y a 5 ans
Parent
commit
02e2623ae1
1 fichiers modifiés avec 5 ajouts et 1 suppressions
  1. 5 1
      GIT-Tutorial.md

+ 5 - 1
GIT-Tutorial.md

@@ -24,17 +24,21 @@ git clone url
 git clone --recursive
 
 
+##### Branching
+
 git branch <branchname>		->		Branch erstellen
 git checkout <branchname>	->		Zum Branch wechseln
 
 
 
-#### Reset lokal Repository
+##### Reset lokal Repository
 
 git fetch origin
 
 git reset –hard origin/master
 
+
+
 ##### Tags
 
 git tag									->		Tags anzeigen