mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
clean history
This commit is contained in:
9
bin/push_dev.sh
Executable file
9
bin/push_dev.sh
Executable 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
|
Reference in New Issue
Block a user