fabacab / git-archive-all.sh

A bash shell script wrapper for git-archive that archives a git superproject and its submodules, if it has any.
214 stars 86 forks source link

I'm not able to set the format to zip. #12

Closed valendesigns closed 9 years ago

valendesigns commented 10 years ago

I run ./git-archive-all.sh --format=zip and the script say's Unrecognized option: --format=zip, am I not doing it right?

fabacab commented 9 years ago

No, you're not. You want: ./git-archive-all.sh --format zip, note the lack of an =. :)