Explorar el Código

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

m0e hace 5 años
padre
commit
6365586511
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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)