Browse Source

Merge branch 'master' of http://git.enigma42.de/m0e/GIT-Tut

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

+ 1 - 1
GIT-Tutorial.md

@@ -34,7 +34,7 @@ git commit -m "grund" || git commit -a -m "grund"
 
 git remote add origin http://pfad.zum/repo.git
 
-git push -u origin master (einmalig, dann langt git push für push ins master)
+git push -u origin master (master ist hier der Name des Branch, also hier der Hauptbranch)
 
 git clone url (opt. lokalesVerzeichniss)