12345678910111213141516171819202122 |
- git submodule update --init --recursive
- cd deltachat-ios/libraries/deltachat-core-rust
- git checkout master
- git pull
- cd ../../..
- git add deltachat-ios/libraries/deltachat-core-rust
- git commit -m "update deltachat-core-rust submodule"
- echo "changes are commited to local repo."
- echo "use 'git push' to use them or 'git reset HEAD~1; git submodule update --recursive' to abort on your own risk :)"
|