mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-04-19 03:01:48 +08:00
10 lines
212 B
Bash
Executable File
10 lines
212 B
Bash
Executable File
#!/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
|