buguibu / ios-notes-issues-lessons

Notes, issues and lessons about my iOS development experience
2 stars 0 forks source link

From BitBucket to GitHub #16

Open buguibu opened 5 years ago

buguibu commented 5 years ago
git clone https://USER@bitbucket.org/USER/PROJECT.git
cd PROJECT
git remote add upstream https://github.com:USER/PROJECT.git
git push upstream master
git push --tags upstream
# repeat with all branches
git remote rename upstream origin