in General

Github.com to Bitbucket.org: exploiting those free private repos

Straightforward, three lines on the command-line to hit the git remote of bitbucket!

git remote rm origin #Removes old origin
git remote add origin https://username@bitbucket.org/your.new.repo #Adds new origin pointing to BitBucket
git push -u origin #Pushes commits to new repo

Write a Comment

Comment

 

This site uses Akismet to reduce spam. Learn how your comment data is processed.