Git: Unterschied zwischen den Versionen

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

Version vom 26. Mai 2021, 12:40 Uhr

Crash-Kurs Github / SVN

Software

Repository anlegen

Windows: Linux:

Entferntes Repository auschecken

Lokales Repository einchecken

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

Lokalen Repository-Status einsehen

  • Linux: git status
  • Linux: svn status