From 89440e019bbc9f3fdd1ccb225e4f250f6991155d Mon Sep 17 00:00:00 2001 From: Philipp Klose Date: Sun, 17 Feb 2013 19:48:54 +0100 Subject: [PATCH] added git-archive-file to Readme.md --- Readme.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Readme.md b/Readme.md index 7675e0f..4fce5c2 100644 --- a/Readme.md +++ b/Readme.md @@ -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.