Git: Unterschied zwischen den Versionen

Aus www.wiki.ardumower.de
Wechseln zu: Navigation, Suche
(Lokalen Repository-Status einsehen)
(Software)
Zeile 2: Zeile 2:
  
 
=Software=
 
=Software=
Windows: https://desktop.github.com/
+
* Windows: https://desktop.github.com/
Linux: sudo apt-get install git
+
* Linux: sudo apt-get install git
  
 
=Repository anlegen=
 
=Repository anlegen=

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 -ma "Kommentar" (Git)
  • Linux: svn commit -m "Kommentar" (SVN)
  • Windows:

Lokalen Repository-Status einsehen

  • Linux: git status
  • Linux: svn status