Skip to content

Commit fb58328

Browse files
authored
Merge pull request #57805 from github/repo-sync
Repo sync
2 parents 94c8de0 + 8f1d29e commit fb58328

File tree

1 file changed

+1
-1
lines changed
  • content/account-and-profile/how-tos/setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings

1 file changed

+1
-1
lines changed

content/account-and-profile/how-tos/setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings/prepare-for-job-change.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ contentType: how-tos
8282
1. Delete local copies of your work repositories from your computer by running the following command:
8383

8484
```shell
85-
rm -rf WORK_DIRECTORY
85+
rm -rf --one-file-system -- WORK_DIRECTORY
8686
```
8787

8888
Replace `WORK_DIRECTORY` with the path to your work repository.

0 commit comments

Comments
 (0)