doc: bugfix: fix subtree example

This commit is contained in:
Roland Conybeare 2025-05-10 17:00:09 -05:00
commit 1c3f033933

View file

@ -81,5 +81,5 @@ $ git fetch xo-foo
3. checkout satellite repo
```
$ git subtree add --prefix=xo-foo main
$ git subtree add --prefix=xo-foo xo-foo main
```