Skip to content

Commit abac26f

Browse files
Update docs.
1 parent 2676ebe commit abac26f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ cargo modules dependencies --lib --no-uses --no-fns --focus-on "orcapod::uniffi:
3131

3232
## Git Worktrees
3333

34+
Update your git to at least version 2.48 since that is when the `--relative-paths` option was added to git worktree. That option makes it compatible with launching using VSCode DevContainers.
35+
3436
```bash
3537
git worktree add /path/to/new/dir-name branch-name --relative-paths # create
3638
git worktree remove dir-name # delete

0 commit comments

Comments
 (0)