mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-05-08 19:32:39 +08:00
11 lines
232 B
Bash
Executable File
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
|