mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
more
This commit is contained in:
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
|
Reference in New Issue
Block a user