@@ -4,10 +4,17 @@
##Grundlegende Befehle:
git init
+
git add . || git add <filename>
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)
---