如果你的代码已经由Git跟踪,然后设置这个仓库作为你的“origin”推送。
cd existing-project git remote set-url origin 仓库地址 git push -u origin --all git push origin --tags