Producing a Zip file of a release from your local repository
Using a built in function of Git, you can automatically create a zip file archive of any release on a branch after the pull has completed.
- Determine which release you would like to archive
- Navigate to the cloned distro on your local machine
- Enter the following command replacing the example release of r1032A.1 with the release of your choice
git archive r1032A.1 --format=zip >../archive-r1032A.1.zip
This will make a ZIP file for you