Skip to content

Commit 5779805

Browse files
committed
Add note about overriding cached local symlink config.
1 parent 082cbde commit 5779805

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

CONTRIBUTING.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,7 @@ Make sure your configuration has it enabled. The following command must not retu
183183
git config core.symlinks
184184
```
185185

186-
If you're on Windows and the above command returns `false` then you need to enable the setting
187-
and re-clone the Druid repository.
186+
If the above command returns `false` then you need to enable this setting and reset your clone.
188187

189188
##### Enabling git supprot for symbolic links on Windows
190189

@@ -214,7 +213,15 @@ do by executing the following command as Administrator:
214213
git config --system core.symlinks true
215214
```
216215

217-
Now you should be all set. Just need to re-clone the Druid repository.
216+
Then you must also change the configuration of your local clone of the Druid repository,
217+
by executing the following commands in the repo directory:
218+
219+
```sh
220+
git config --local core.symlinks true
221+
git reset --hard
222+
```
223+
224+
Now you should be all set.
218225

219226
#### Publishing the crates
220227

0 commit comments

Comments
 (0)