-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Component/s: Repository - Create, Repository - Overview
-
16
In an empty repo if you select "I already have some code" it suggests using git remote add origin ssh://, but when cloning via SSH after adding any content it uses the git@bitbucket.org syntax. This means that any repositories you create online but initialize locally will have a different remote which can be very confusing with those not comfortable with git.