有時候因為需要參考到github的程式進行修改,修改後的程式碼要放在私人專案進行測試的話,步驟可參考:
https://stackoverflow.com/questions/46691186/how-to-clone-a-project-from-github-but-use-bitbucket-as-remote-repository
原理:
- 把github的origin改成另一個名稱, e.g., upstream
- 新增origin remote 到bitbucket
- push 到新origin remote