Skip to content

Creating archive from GIT repository

Guntis Endzelis edited this page Dec 20, 2013 · 1 revision
##!/bin/bash
git archive -o ../version_packages/${PWD##*/}.zip HEAD
Clone this wiki locally