Hier ein paar Befehlszeilen um aus einem git repository ein schönes Extrakt zu erzeugen. $ git checkout-index -a -f --prefix=/absolute/path/to/new/dir/ # remove some unwanted files if needed from the export $ cd /absolute/path/to/new/ $ tar -cvJf archive.xz /absolute/path/to/new/dir/ $ md5sum archive.xz > archive.xz.md5sum $ sha1sum archive.xz > archive.xz.sha1sum May 12 2020 © https://www.bananas-playground.net 2000 - 2024