m0e 5 years ago
parent
commit
4b3e846e73
1 changed files with 7 additions and 1 deletions
  1. 7 1
      GIT-Tutorial.md

+ 7 - 1
GIT-Tutorial.md

@@ -34,9 +34,15 @@ git clone --recursive
 
 ##### Branching
 
+![branching](https://rogerdudler.github.io/git-guide/img/branches.png)
+
+
+
 git branch <branchname>		->		Branch erstellen
 git checkout <branchname>	->		Zum Branch wechseln
-
+git chekcout master			->		Zurück zum master Branch
+git merge <branchname>		->		branch einchecken
+git push					->		hochladen
 
 
 ##### Reset lokal Repository