-
Notifications
You must be signed in to change notification settings - Fork 88
Home
meitar edited this page Sep 12, 2010
·
10 revisions
git-archive-all.sh
is a simple bash shell script that runs git-archive
in the current directory, then finds all git submodules beneath the current working directory and runs git-archive
for each of them, too. By default, the utility will then create one “super archive” of the entire directory hierarchy.
Most options available in git-archive
supported. See below for details.
The following sections are a pseudo-manual. The most up-to-date information is always available by running
git-archive-all.sh --help