git将一个repo转推到另一个仓库

  1. 将想要转的repo先拉下来
    git clone xxx
  2. 修改repo的 remote url
    git remote -v
    git remote set-url origin xxx.git
  3. 将修改后的仓库推到新的repo中
    git push --force

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注