mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-23 18:02:29 -04:00
Docs for boost subtree maintenance
This commit is contained in:
parent
5abe797e3c
commit
7ac0afc60b
@ -19,3 +19,14 @@ git push origin
|
|||||||
|
|
||||||
The resulting master branch is now ready to be git-subtree merged into
|
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
|
||||||
|
```
|
Loading…
x
Reference in New Issue
Block a user