logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

       Written by Philipp Klose <me@thehippo.de>

Description

       Export the current HEAD of the repository into an archive with an identifiable and unique name.

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

       The '/' and '\' in the branch name will be converted into '-'.

Name

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

Options

       This command does not take any options.

Reporting Bugs

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

See Also

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

                                                  October 2024                               GIT-ARCHIVE-FILE(1)

Synopsis

git-archive-file

See Also