1GIT-ARCHIVE-FILE(1)               Git Extras               GIT-ARCHIVE-FILE(1)
2
3
4

NAME

6       git-archive-file  - Export the current HEAD of the git repository to an
7       archive
8

SYNOPSIS

10       git-archive-file
11

DESCRIPTION

13       Export the current HEAD of the repository into an archive with an iden‐
14       tifiable and unique name.
15

OPTIONS

17       This command does not take any options.
18

EXAMPLES

20       Archive naming conventions:
21
22       On any branch: git-extras.1.7.0-110-gafefba7.branch-name.zip
23
24       On master branch: git-extras.1.7.0-110-gafefba7.zip
25
26       On a detached HEAD (e.g. a tag): git-extras.1.7.0.zip
27
28       The ´/´ and ´\´ in the branch name will be converted into ´-´.
29

AUTHOR

31       Written by Philipp Klose <me@thehippo.de>
32

REPORTING BUGS

34       <https://github.com/tj/git-extras/issues>
35

SEE ALSO

37       <https://github.com/tj/git-extras>
38
39
40
41                                   May 2020                GIT-ARCHIVE-FILE(1)
Impressum