How to import gitlab repository to bitbucket Repository

前端 未结 3 969
忘掉有多难
忘掉有多难 2021-02-01 08:03

I have a gitlab Repository and I want it to update it on the bitbucket account.

Please provide me steps to follow, so that it can be helpful to me to mi

3条回答
  •  一整个雨季
    2021-02-01 08:19

    Follow these steps:

    1. Create a new repo in bitbucket.
    2. git clone
    3. cd
    4. git remote add bitbucket
    5. git push bitbucket master

提交回复
热议问题