Skip to content

Commit

Permalink
Update git-bash-hints.qmd
Browse files Browse the repository at this point in the history
Co-authored-by: Rich Bielby <richard.bielby@education.gov.uk>
  • Loading branch information
mzayeddfe and rmbielby authored Feb 7, 2025
1 parent 592ed27 commit 77676b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion git-bash-hints.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 77676b7

Please sign in to comment.