Git: Unterschied zwischen den Versionen

Aus www.wiki.ardumower.de
Wechseln zu: Navigation, Suche
(Repository anlegen)
(Lokales Repository einchecken)
Zeile 16: Zeile 16:
  
 
=Lokales Repository einchecken=
 
=Lokales Repository einchecken=
* Linux: git commit -am "Kommentar" (Git)
+
* Linux:  
 +
** git commit -am "Kommentar" (Git)
 +
** git push
 
* Linux: svn commit -m "Kommentar" (SVN)
 
* Linux: svn commit -m "Kommentar" (SVN)
 
* Windows:
 
* Windows:

Version vom 26. Mai 2021, 12:42 Uhr

Crash-Kurs Github / SVN

Software

Repository erstmalig auschecken

Windows: Linux:

Entferntes Repository auschecken

Lokales Repository einchecken

  • Linux:
    • git commit -am "Kommentar" (Git)
    • git push
  • Linux: svn commit -m "Kommentar" (SVN)
  • Windows:

Lokalen Repository-Status einsehen

  • Linux: git status
  • Linux: svn status