|
|
|
## How to sync with the upstream
|
|
|
|
|
|
|
|
### GitHub
|
|
|
|
|
|
|
|
The official libcoap repository is https://github.com/obgm/libcoap.
|
|
|
|
|
|
|
|
```shell
|
|
|
|
git fetch --tags https://github.com/obgm/libcoap.git '+refs/heads/*:refs/remotes/origin/github/*'
|
|
|
|
git push --tags origin '+refs/remotes/origin/github/*:refs/heads/github/*'
|
|
|
|
git fetch origin
|
|
|
|
``` |
|
|
|
\ No newline at end of file |