1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Prepare for job change: Don't wipe your sshfs mounts. (#40671)

Co-authored-by: Sharra-writes <sharra-writes@github.com>
This commit is contained in:
M.K.
2025-10-04 00:10:13 +02:00
committed by GitHub
parent be0a018fd3
commit 8f1d29e325

View File

@@ -82,7 +82,7 @@ contentType: how-tos
1. Delete local copies of your work repositories from your computer by running the following command:
```shell
rm -rf WORK_DIRECTORY
rm -rf --one-file-system -- WORK_DIRECTORY
```
Replace `WORK_DIRECTORY` with the path to your work repository.