简体   繁体   中英

How to migrate from github to bitbucket?

I have migrated my repository from Github to Bitbucket. How do I point my local branch from github to bitbucket?

From https://git-scm.com/docs/git-remote

git remote set-url [--push] <name> <newurl> [<oldurl>]

so just do eg git remote set-url origin <bitbucket url>

如果您有现有的git设置,那么转到.git文件夹并找到gitconfig文件并用bitbucket url替换其中的github url。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM