[TYPO3-german] Git Installation, TYPO3 Source als git
Philipp Gampe
philipp.gampe at typo3.org
Sun Jun 16 14:49:50 CEST 2013
Hi Peter,
Peter Sommerfeld wrote:
> Würde ich ja gerne, "Core" gibt es aber nicht. Das sieht wie eine
> ganz normale Installation aus mit typo3/ und t3lib/.
Nein, das war mal so ;)
> Irgendein Fehler im Kommando ? "typo3_source" gehört zu Command-Line,
> oder? Habe ich auch ohne ausprobiert aber dann bekommt man TYPO3.CMS
> ohne die Dateien, also auch kein 'Core'.
Doch in TYPO3.CMS sollten index.php, t3lib/ und typo3/ drin sein.
Früher hieß "TYPO3.CMS" "Core". Der Pfad auf dem Server wurde nur umbenannt.
Der Zeile funktioniert so:
$ git pull <repository url> [<name>]
Wenn du den Namen weg lässt, dann wird das letzte URL Segment (minus ".git")
als Name genommen.
Als nächstes wechselt du in das anlegte Verzeichnis (<name>).
Dort kannst du mit
$ git checkout <branch>
in eine Version von TYPO3 wechseln.
Die verfügbaren Branches sind:
TYPO3_4-5
TYPO3_4-7
TYPO3_6-0
TYPO3_6-1
master (ist TYPO3 6.2-dev)
Also wechselst du mit
$ git checkout TYPO3_6-1
in die Version 6.1.
Mit $ git pull
holst du dir alle neuen Änderungen im aktuellen Branch.
Mit $ git log --oneline @{1}..
kannst du dir alle Änderungen seit dem letzten pull anzeigen lassen.
Mit $ git checkout <sha1>
kannst du auch einfach zwischen den Änderungen vor und zurück springen.
Viele Grüße
--
Philipp Gampe – PGP-Key 0AD96065 – TYPO3 UG Bonn/Köln
Documentation – Active contributor TYPO3 CMS
TYPO3 .... inspiring people to share!
More information about the TYPO3-german
mailing list