git archive --format=zip HEAD > archive.zip

Category: Git - Core

git archive --format=zip HEAD > archive.zip

Export the latest commit as a zip file

Packages the current HEAD as a zip file. Useful for distributing a release without the .git metadata.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.