m0e %!s(int64=6) %!d(string=hai) anos
pai
achega
02e2623ae1
Modificáronse 1 ficheiros con 5 adicións e 1 borrados
  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