Revision 40141186
Von Christian Decker vor etwa 7 Jahren hinzugefügt
doc/dokumentation.xml | ||
---|---|---|
522 | 522 |
die Pfade anpassen) bspw. wie folgt: <programlisting>cd /var/www/ |
523 | 523 |
git clone https://github.com/kivitendo/kivitendo-erp.git |
524 | 524 |
cd kivitendo-erp/ |
525 |
git checkout `git tag -l | egrep -ve "(beta|rc)" | tail -1`</programlisting> |
|
525 |
git checkout `git tag -l | egrep -ve "(alpha|beta|rc)" | tail -1`</programlisting>
|
|
526 | 526 |
Erläuterung: Der Befehl wechselt zur letzten Stable-Version (git tag |
527 | 527 |
-l listet alle Tags auf, das egrep schmeisst alle Einträge mit beta |
528 | 528 |
oder rc raus und das tail gibt davon den obersten Treffer zurück). |
Auch abrufbar als: Unified diff
exclude alpha version in xml-doku