git-archive-file (1)
Leading comments
generated with Ronn/v0.7.3
http://github.com/rtomayko/ronn/tree/0.7.3
(The comments found at the beginning of the groff file "man1/git-archive-file.1".)
NAME
git-archive-file - Export the current HEAD of the git repository to a archive
SYNOPSIS
git-archive-file
DESCRIPTION
Export the current HEAD of the repository into a archive with a identifiable and unique name.
OPTIONS
This command does not take any options.
EXAMPLES
Archive naming conventions:
On any branch:
git-extras.1.7.0-110-gafefba7.branch-name.zip
On master branch:
git-extras.1.7.0-110-gafefba7.zip
On a detached HEAD (e.g. a tag):
git-extras.1.7.0.zip
AUTHOR
Written by Philipp Klose <
me@thehippo.de>
REPORTING BUGS
<
github.com/tj/git-extras/issues>
SEE ALSO
<
github.com/tj/git-extras>