This commit is contained in:
Jonathan Campbell
2017-12-11 19:23:11 -08:00
parent d052eda28e
commit 2e5cba4b0d

View File

@@ -1,2 +1,2 @@
#!/bin/bash
git checkout master && git merge develop && git checkout develop && git merge master && git push --all && make -j
git checkout master && git merge develop && git checkout develop && git merge master && git fetch --all && git push --all && make -j