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: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -255,7 +255,9 @@ This is some content
255
255
256
256
### Delete orphaned files
257
257
258
-
With the `deleteOrphaned` option you can choose to delete files in the target repository if they are deleted in the source repository. The option defaults to `false` and only works when [syncing entire directories](#sync-entire-directories):
258
+
With the `deleteOrphaned` option you can choose to delete files in the target repository if they are deleted in the
259
+
source repository. The option defaults to `false` works either when [syncing entire directories](#sync-entire-directories), or specific
260
+
files:
259
261
260
262
```yml
261
263
user/repo:
@@ -264,8 +266,6 @@ user/repo:
264
266
deleteOrphaned: true
265
267
```
266
268
267
-
It only takes effect on that specific directory.
268
-
269
269
### Sync the same files to multiple repositories
270
270
271
271
Instead of repeating yourself listing the same files for multiple repositories, you can create a group:
0 commit comments