dosbox-x/merge-dev-to-devdyncore.sh
Jonathan Campbell 19091fa033 more
2018-02-19 02:28:58 -08:00

11 lines
232 B
Bash
Executable File

#!/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