简体   繁体   中英

forking from google code to github with synchronization

There is a repository on GoogleCode https://code.google.com/p/iosched/

I would like to fork it and work with this repository in github environment, at the same time, I would like to be able to pull from the original repository at google code if any changes are present there.

What are the steps to accomplish this task?

Thank you!

You can fork it, make a branch . Push branch to github. Then when you want to pull changes, change back to master fork, pull , then do a merge with your github branch .

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