mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-05-09 03:41:10 +08:00
20 lines
440 B
Bash
Executable File
20 lines
440 B
Bash
Executable File
#!/bin/bash
|
|
rm -f include/build_timestamp.h
|
|
git checkout include/build_timestamp.h
|
|
|
|
git checkout develop
|
|
git pull
|
|
git push
|
|
|
|
rm -f include/build_timestamp.h
|
|
git checkout include/build_timestamp.h
|
|
|
|
git checkout master
|
|
git pull
|
|
git push
|
|
|
|
rm -f include/build_timestamp.h
|
|
git checkout include/build_timestamp.h
|
|
|
|
git checkout master && git merge develop && git checkout develop && git merge master && git fetch --all && git push --all && make -j
|