From e24c1302f495336133f3c82af4b4496efe624886 Mon Sep 17 00:00:00 2001 From: Paul Wise Date: Wed, 4 Sep 2019 19:35:43 +0800 Subject: [PATCH] Fix an indefinite article in the documentation Suggested-by: anorack --- Commands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Commands.md b/Commands.md index dfcbd72..1038bfa 100644 --- a/Commands.md +++ b/Commands.md @@ -1196,7 +1196,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 repository. +Creates a zip archive of the current git repository. The name of the archive will depend on the current HEAD of your git repository. ## git missing