How to use Bitbucket and GitHub at the same time for one project?

前端 未结 3 433
旧时难觅i
旧时难觅i 2020-12-12 08:28

I have one repository which I want to push into Bitbucket and GitHub. It is vital for my repository to be hosted by both.

Is there a way to do this in Git?

3条回答
  •  执笔经年
    2020-12-12 09:15

    Yes, you can do that. You don't have to push twice but just once to push to both remote repositories. I had the same issue before so wrote how to do it here. Git: Push to / Pull from Both Github and Bitbucket

提交回复
热议问题