-
-
Save elidupuis/4596282 to your computer and use it in GitHub Desktop.
Import repo from Unfuddle to BitBucket
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mkdir temp | |
cd temp | |
git clone [email protected]:yourDomain/yourRepoName.git | |
cd yourRepoName/ | |
git remote rm origin | |
git remote add origin https://[email protected]/yourUsername/yourNewRepoName.git | |
git remote show origin | |
git push origin master | |
cd ../.. | |
rm -rf temp | |
git clone [email protected]:yourUsername/yourNewRepoName.git |
For Tickets, Milestones, Versions, etc. you can use my converter: https://github.com/RobertHeim/unfuddle2bitbucket
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You'll need to do this for each branch; this might help.