mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
more
This commit is contained in:
@@ -1,19 +1,23 @@
|
||||
#!/bin/bash
|
||||
rm -f include/build_timestamp.h
|
||||
git checkout include/build_timestamp.h
|
||||
curbranch=`git branch | grep \* | cut -d ' ' -f 2`
|
||||
|
||||
git checkout develop
|
||||
git pull
|
||||
git push
|
||||
if [[ x"$curbranch" == x"master" || x"$curbranch" == x"develop" ]]; then
|
||||
rm -f include/build_timestamp.h
|
||||
git checkout include/build_timestamp.h
|
||||
|
||||
rm -f include/build_timestamp.h
|
||||
git checkout include/build_timestamp.h
|
||||
git checkout develop
|
||||
git pull
|
||||
git push
|
||||
|
||||
git checkout master
|
||||
git pull
|
||||
git push
|
||||
rm -f include/build_timestamp.h
|
||||
git checkout include/build_timestamp.h
|
||||
|
||||
rm -f include/build_timestamp.h
|
||||
git checkout include/build_timestamp.h
|
||||
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
|
||||
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
|
||||
fi
|
||||
|
Reference in New Issue
Block a user