Git: Unterschied zwischen den Versionen

Aus www.wiki.ardumower.de
Wechseln zu: Navigation, Suche
(Lokales Repository einchecken)
Zeile 2: Zeile 2:
  
 
=Software=
 
=Software=
* Windows: https://desktop.github.com/
+
* Windows: https://desktop.github.com/ (Git)
* Linux: sudo apt-get install git
+
* Windows: https://tortoisesvn.net/downloads.de.html  (SVN)
 +
* Linux: sudo apt-get install git   (Git)
 +
* Linux: sudo apt-get install subversion  (SVN)
  
 
=Repository anlegen=
 
=Repository anlegen=

Version vom 26. Mai 2021, 12:41 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