I want to FORK a GitHub repository inside BitBucket cloud and work on the code using Visual Studio Code. here are the steps i tried so far:-
1) Created a new repository inside BitBucket web
2) Install GIT CMD on my local machine
3) Run those commands: -
but when i checked the BitBucket repository, it is still empty:-
<screenshot_removed>
Unlike the GitGub repository:-
<screenshot_removed>
My plan was to Fork the GitHub repo inside BitBucket, and then work on the BitBucket locally using Visual Studio code.. any advice please?
Hi John and welcome to the community!
I'm not sure what commands you ran, it looks like they weren't pasted in your message.
You can do one of the following two things:
1. Use the import option on our website:
2. Another option is to use the command line.
git clone --mirror github_repo_url
git remote add bitbucket bitbucket_repo_url
https://username@bitbucket.org/workspace-id/repo.git
git@bitbucket.org:workspace-id/repo.git
git push --all bitbucket
Please feel free to let me know how it goes and if you have any questions!
Just a heads up, I removed the screenshots from your post for privacy reasons.
Kind regards,
Theodora
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.