Answer the question
In order to leave comments, you need to log in
How to migrate wordpress site from bitbucket repository to another bitbucket repository?
Generally.
I work for bitbucket. Recently, I just started to figure it out, I need to transfer the site from one repository to another. Basically make a copy. How to implement this using the Git console. Thanks in advance.
I don’t know if I gave all the necessary information, if you need something else, please let me know and I will add it.
Answer the question
In order to leave comments, you need to log in
If I'm not mistaken, bitbucket allows you to directly import the repository at the specified url.
And the console cases are described in this chapter Tyts
1. create a new turnip on the bitbucket
2. Clone the old repository for ourselves
3. add "remote"
4. Push to the new remote.
It's even easier
Create a new turnip, clone, copy all the files from the other turnip (except .git) to the directory and commit/push the new turnip. (but then the story is lost)
If you want to transfer control of the repository to another account, then this is in the repository settings.
If you just need a copy, then enter the repository, and click on the "fork" menu and you will have a copy of the current repository.
All this is done on the bitbucket website.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question