clean history

This commit is contained in:
Looly
2019-08-14 10:02:32 +08:00
commit 6b011af032
1215 changed files with 159913 additions and 0 deletions

12
bin/push_master.sh Executable file
View File

@@ -0,0 +1,12 @@
#!/bin/bash
echo -e "\033[32mCheckout to v4-master\033[0m"
git checkout v4-master
echo -e "\033[32mMerge v4-dev branch\033[0m"
git merge v4-dev -m 'Prepare release'
echo -e "\033[32mPush to origin v4-master\033[0m"
git push origin v4-master
echo -e "\033[32mPush to osc v4-master\033[0m"
git push osc v4-master