sync-mirrors.sh 167 B

1234567
  1. #! /usr/bin/env bash
  2. git push origin --all --follow-tags
  3. git push gitcafe --all --follow-tags
  4. git push oschina --all --follow-tags
  5. git push csdn --all --follow-tags