mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-05-09 03:41:10 +08:00
Merge branch 'develop' into develop-dynamic-core
This commit is contained in:
commit
b60a9fc38d
10
merge-dev-to-devdyncore.sh
Executable file
10
merge-dev-to-devdyncore.sh
Executable 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
|
Loading…
x
Reference in New Issue
Block a user