From 77676b71999b9b182378f970404244cbeed8a956 Mon Sep 17 00:00:00 2001 From: Menna Date: Fri, 7 Feb 2025 15:10:36 +0000 Subject: [PATCH] Update git-bash-hints.qmd Co-authored-by: Rich Bielby --- git-bash-hints.qmd | 1 - 1 file changed, 1 deletion(-) diff --git a/git-bash-hints.qmd b/git-bash-hints.qmd index f9164db..8927253 100644 --- a/git-bash-hints.qmd +++ b/git-bash-hints.qmd @@ -158,7 +158,6 @@ To append text to an existing file instead of overwriting it, you can use the \> ```{bash } echo "This is additional text." >> hello.txt - ``` This command adds "This is additional text." to the end of the hello.txt file without overwriting its existing content.