m0e 5 лет назад
Родитель
Сommit
3a1bd22df9
1 измененных файлов с 1 добавлено и 1 удалено
  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)