git clone https://github.com/user/your-project-name.git your-project-name cd your-project-name
git remote remove origin
git remote add origin ssh://git@bitbucket.org/your-project-name.git
git remote add upstream https://github.com/user/your-project-name.git