m0e 5 years ago
parent
commit
02e2623ae1
1 changed files with 5 additions and 1 deletions
  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