====== GIT Software Version Control ====== Genutzt wird es zunächst für die __[[projekte:aphavox:version_1|Aphavox]]__-Software und entsprechend auf __[[projekte:tema_hosting|vs8181.cubos.ac]]__ ===== Online-Wissensquellen ===== ==== man pages & Pro Git book ==== * [[https://git.github.io/htmldocs/git.html|A formatted and hyperlinked copy of the latest Git documentation]] * [[https://git-scm.com/docs/git/2.1.4|GIT 2.1.4 Dokumentation (weil dies die Version auf vs8181 ist)]] * [[https://git-scm.com/book/de/v1|Pro Git, 1. Auflage (2009) - vollständig in Deutsch]] * [[https://git-scm.com/book/de/v2|Pro Git, 2. Auflage (2014) - teilweise in Deutsch]] PDF-Dateien teilweise auch auf NWDOCS => ''X:\BD\Aphavox\Dokumente QM-Dokumentation-etc\Entwicklungsdokumente\GitWissen'' ==== coole Links ==== * [[https://rogerdudler.github.io/git-guide/index.de.html|„git - Der einfache Einstieg. Eine einfache Anleitung, um git zu lernen. Kein Schnick-Schnack ;)“]] * [[https://de.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow|GIT Flow - Workflow]] * [[https://pgi-jcns.fz-juelich.de/pub/doc/git_gitflow.pdf|„Wichtige Git-Befehle“]] ===== Knuts Git-Kommandos ===== ==== Kommandofolge zum Online-Stellen ==== ==== Was wurde an der Datei ABC.php seit dem letzten commit geändert ==== ^ ^^^^^ ^ ^| **''git diff HEAD -- ABC.php''** |^ ^ ^ ^^^^^ ===== Unterprojekte ===== {{indexmenu>projekte:git#2| js doku}} \\ Neues Projekt anlegen: {{NEWPAGE>projekte:git}} ===== Kommentare =====