gitee.com/quant1x/gox@v1.21.2/push-github.sh (about)

     1  #!/usr/bin/env bash
     2  
     3  set -e
     4  git remote set-url origin https://github.com/quant1x/gox.git
     5  git push --all
     6  git push --tags
     7  git remote -vv