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

9
bin/push_dev.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
echo -e "\033[32mCheckout to v4-dev\033[0m"
git checkout v4-dev
echo -e "\033[32mPush to origin v4-dev\033[0m"
git push origin v4-dev
echo -e "\033[32mPush to osc v4-dev\033[0m"
git push osc v4-dev