custom build merge script
This commit is contained in:
parent
4992be55b9
commit
f0ae9fd608
14
make_custom.sh
Normal file
14
make_custom.sh
Normal 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
|
Loading…
Reference in New Issue
Block a user