added git-archive-file to Readme.md

This commit is contained in:
Philipp Klose 2013-02-17 19:48:54 +01:00
parent cbee46ceea
commit 89440e019b

View file

@ -65,6 +65,7 @@ $ brew install git-extras
- `git bug`
- `git promote`
- `git local-commits`
- `git archive-file`
## git-extras
@ -518,3 +519,7 @@ git obliterate secrets.json
## git-local-commits
List all commits on the local branch that have not yet been sent to origin. Any additional arguments will be passed directly to git log.
## git-archive-file
Creates an zip archive of the current git repository. The name of the archive will depend on the current HEAD of your git respository.