From 194fc2e0ae776b2eaeb48154bf490e058dd3fa42 Mon Sep 17 00:00:00 2001 From: Mojtaba Javan Date: Mon, 13 Jul 2020 13:28:42 +0430 Subject: [PATCH] Change 'and' to 'or' --- git-commit.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-commit.html b/git-commit.html index 4a1fe4b73..80f8e905a 100644 --- a/git-commit.html +++ b/git-commit.html @@ -832,7 +832,7 @@

OPTIONS

Tell the command to automatically stage files that have - been modified and deleted, but new files you have not + been modified or deleted, but new files you have not told Git about are not affected.