File: git-archive-file.md

package info (click to toggle)
git-extras 7.3.0-1
  • links: PTS
  • area: main
  • in suites: trixie
  • size: 1,988 kB
  • sloc: sh: 4,235; python: 634; makefile: 146
file content (39 lines) | stat: -rw-r--r-- 804 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
git-archive-file(1) -- Export the current HEAD of the git repository to an archive
===============================================

## SYNOPSIS

`git-archive-file` 

## DESCRIPTION

Export the current HEAD of the repository into an archive with an 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`

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

## AUTHOR

Written by Philipp Klose &lt;<me@thehippo.de>&gt;

## REPORTING BUGS

&lt;<https://github.com/tj/git-extras/issues>&gt;

## SEE ALSO

&lt;<https://github.com/tj/git-extras>&gt;