From 2c7de2045cf738a1d048fff90f7876ca9d109bc3 Mon Sep 17 00:00:00 2001 From: mlcui Date: Tue, 11 Jul 2023 13:41:34 +1000 Subject: [PATCH] git-comparison: update git's "remove file" command --- docs/git-comparison.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/git-comparison.md b/docs/git-comparison.md index 7d5cd50db..9cbb40b72 100644 --- a/docs/git-comparison.md +++ b/docs/git-comparison.md @@ -158,7 +158,7 @@ parent. Remove a file from the current change rm filename - rm filename + git rm filename Modify a file in the current change