You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/account-and-profile/how-tos/setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings/prepare-for-job-change.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,7 @@ contentType: how-tos
82
82
1. Delete local copies of your work repositories from your computer by running the following command:
83
83
84
84
```shell
85
-
rm -rf WORK_DIRECTORY
85
+
rm -rf --one-file-system -- WORK_DIRECTORY
86
86
```
87
87
88
88
Replace `WORK_DIRECTORY` with the path to your work repository.
0 commit comments