dosbox-x/merge-dev-to-master.sh
Jonathan Campbell 0af0fe772a more
2018-02-01 18:58:13 -08:00

11 lines
224 B
Bash
Executable File

#!/bin/bash
git checkout develop
git pull
git push
git checkout master
git pull
git push
git checkout master && git merge develop && git checkout develop && git merge master && git fetch --all && git push --all && make -j