custom build merge script

This commit is contained in:
James 2020-12-28 17:09:15 +00:00
parent 4992be55b9
commit f0ae9fd608

14
make_custom.sh Normal file
View File

@ -0,0 +1,14 @@
cd src
git checkout master
git fetch upstream
git merge upstream/master
git branch -D build
git checkout -b build
git fetch upstream pull/14122/head:stopwatch
git merge stopwatch
git merge fix_commit_status_index