As a Github heavy user, when I saw an interested repos, I would fork them to my “secret” organization to read/use in future. However, when checked them later, most of the time (99%), the repos have already out of synced. There are three options I normally choose:
delete the forked repo and re-fork;
manually merge to the latest commit;
use the PR and switch the source and destination (ref).
Continue Reading