You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
I already have a local git repo on my disk.
Now what I'd like to do is to create a remote for it in my Bitbucket account – the code right now has NO remotes.
However, in the options to import an existing repository I must provide an URL, I see no options to simply upload my local repo.
If I create the repo, I end up with another master branch on remote, which of course collides with the one I already have locally.
What is the best way to solve this?
To answer my own question in the hope that it may help others:
* Create a new repo, and choose No on the option "Include .gitignore?"
* After that, the information to configure your remote is displayed, and you can just push it.
Sometimes comfort really get into the way.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.