Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
毎日のスナップショットをテスターに送信するために、.git/ ディレクトリなしで git リポジトリのアーカイブを取得する正しい方法を探しています。
これにより、archive.tar.gz が作成され、"prefix-dir" という名前のプレフィックス dir が追加されます。
git archive --prefix=prefix-dir/ -o archive.tar HEAD gzip archive.tar