Git

Aus www.wiki.ardumower.de
Wechseln zu: Navigation, Suche

Crash-Kurs Github

Windows-Software

Download: https://desktop.github.com/


Linux/Windows Terminal

1. Download: sudo apt-get install git

2. Repository erstmalig auschecken


3. Entferntes Repository auschecken

4. Lokales Repository einchecken

 git commit -am "Kommentar" 
 git push 

5. Dateien zum entfernten Repository als hinzugefügt markieren=

  git add file.doc

6. Lokalen Repository-Status einsehen

  git status