gitee.com/quant1x/gox@v1.21.2/push-gitee.sh (about) 1 #!/usr/bin/env bash 2 3 set -e 4 5 git remote set-url origin https://gitee.com/quant1x/gox.git 6 git checkout master 7 git fetch --all 8 git pull --all 9 git remote -vv