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.