Created
September 14, 2021 07:26
-
-
Save sreimers/11304646d975765a984a892d4b40b42e to your computer and use it in GitHub Desktop.
Maintain baresip-libs subtree
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# add | |
git subtree add --prefix=re-ng https://github.com/baresip/re.git master | |
git subtree add --prefix=rem-ng https://github.com/baresip/rem.git master | |
git subtree add --prefix=test https://github.com/baresip/retest.git master | |
# update | |
git subtree pull --prefix=re-ng https://github.com/baresip/re.git master | |
git subtree pull --prefix=rem-ng https://github.com/baresip/rem.git master | |
git subtree pull --prefix=test https://github.com/baresip/retest.git master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment