Explorar o código

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

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