m0e 6 năm trước cách đây
mục cha
commit
02e2623ae1
1 tập tin đã thay đổi với 5 bổ sung1 xóa
  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