mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-02-03 09:44:24 -05:00
Docs for boost subtree maintenance
This commit is contained in:
parent
5abe797e3c
commit
7ac0afc60b
@ -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
|
||||
```
|
Loading…
Reference in New Issue
Block a user