Skip to content

Instantly share code, notes, and snippets.

@sreimers
Created September 14, 2021 07:26
Show Gist options
  • Save sreimers/11304646d975765a984a892d4b40b42e to your computer and use it in GitHub Desktop.
Save sreimers/11304646d975765a984a892d4b40b42e to your computer and use it in GitHub Desktop.
Maintain baresip-libs subtree
# 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