xo-cmake: xo-build + git subtree for satellites
xo-build --add-umbrella-remote XONAME --pull-umbrella-remote XONAME --push-umbrella-remote XONAME
This commit is contained in:
parent
4dd0deba1a
commit
1e49c937ff
3 changed files with 90 additions and 7 deletions
12
README.md
12
README.md
|
|
@ -282,3 +282,15 @@ $ git fetch xo-foo main
|
|||
```
|
||||
$ git subtree add --prefix=xo-foo xo-foo main
|
||||
```
|
||||
|
||||
## To push changes to satellite repos
|
||||
|
||||
```
|
||||
$ git subtree push --prefix=xo-foo xo-foo main
|
||||
```
|
||||
|
||||
## To pull changes from satellite repos
|
||||
|
||||
```
|
||||
$ git subtree pull --prefix=xo-foo xo-foo main
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue