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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user