Help with github | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 2

Help with github

Hi guys, I have created a fork from a github repository and made some bug fixes. The fixes I've created were pushed and merged with the original repository. After some while the original repository had some other bugs fixes that were merged by other people. How can I synchronize my fork again with the original repository?

24th Jan 2017, 7:06 PM
Kleber Leal
Kleber Leal - avatar
1 ответ
+ 1
Usually once a merge occurs you cease work on the fork/branch. Then you re-pull from master and if you need to make more fixes you make a new fork for those specific changes. Otherwise the main git engine can develop some issues merging multiple, long term, many fix, forks.
26th Jan 2017, 2:00 AM
Kevin Gilkey-Graham
Kevin Gilkey-Graham - avatar