Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 618 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 618 Bytes

Discontinued: This is now part of git-extras

git-archive-file

A simple git command extension to archive all tracked files into a single zip archive. The archive will get a usefull name.

Installation

Put the git-archive-file script somewhere into your executable path.

How to use

In a git repository: git archive-file

TODO