Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Loading