git archive

İsimlendirilmiş bir ağaçtan dosyaların arşivini oluştur. Daha fazla bilgi için: https://git-scm.com/docs/git-archive.

git archive {{[-v|--verbose]}} HEAD

git archive {{[-v|--verbose]}} --format zip HEAD

git archive {{[-v|--verbose]}} {{[-o|--output]}} {{örnek/arşiv/dosyası.zip}} HEAD

git archive {{[-o|--output]}} {{örnek/arşiv/dosyası.tar}} {{dal_ismi}}

git archive {{[-o|--output]}} {{örnek/arşiv/dosyası.tar}} HEAD:{{örnek/dizin}}

git archive {{[-o|--output]}} {{örnek/arşiv/dosyası.tar}} --prefix {{başlarına/yol/eklenecek/dosyalar}}/ HEAD