1GIT-ARCHIVE-FILE(1) Git Extras GIT-ARCHIVE-FILE(1)
2
3
4
6 git-archive-file - Export the current HEAD of the git repository to an
7 archive
8
10 git-archive-file
11
13 Export the current HEAD of the repository into an archive with an iden‐
14 tifiable and unique name.
15
17 This command does not take any options.
18
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
29 Written by Philipp Klose <me@thehippo.de>
30
32 <https://github.com/tj/git-extras/issues>
33
35 <https://github.com/tj/git-extras>
36
37
38
39 October 2017 GIT-ARCHIVE-FILE(1)