Docs for boost subtree maintenance

This commit is contained in:
Bill Somerville 2018-06-09 22:31:46 +01:00
parent 5abe797e3c
commit 7ac0afc60b

View File

@ -18,4 +18,15 @@ git push origin
```
The resulting master branch is now ready to be git-subtree merged into
any projects that need these libraries.
any projects that need these libraries.
This is imported here using git-subtree
---------------------------------------
To update this tree when the upstream Boost libraries are updated use
git-subtree-pull to import the changes like this:
```bash
git remote add -f boost git@bitbucket.org:g4wjs/boost.git # for convienence
git subtree pull --prefix boost boost master --squash
```