This commit is contained in:
Jonathan Campbell
2018-02-19 02:28:58 -08:00
parent 0a9d432dd8
commit 19091fa033

10
merge-dev-to-devdyncore.sh Executable file
View File

@@ -0,0 +1,10 @@
#!/bin/bash
git checkout develop
git pull
git push
git checkout develop-dynamic-core
git pull
git push
git checkout develop-dynamic-core && git merge develop && git checkout develop && git fetch --all && git push --all && make -j