From c3a303ef70763cc494fdfd5715393a20ed80fbbf Mon Sep 17 00:00:00 2001 From: Richard Fearn Date: Fri, 18 Nov 2016 12:26:11 +0000 Subject: [PATCH] Fix typo in archive-file documentation --- Commands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Commands.md b/Commands.md index c6a1be7..6e6b5f3 100644 --- a/Commands.md +++ b/Commands.md @@ -980,7 +980,7 @@ List all commits on the local branch that have not yet been sent to origin. Any ## 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. +Creates an zip archive of the current git repository. The name of the archive will depend on the current HEAD of your git repository. ## git missing