How to automatically align/sync a forked Github origin/master branch to upstream/master?
问题 Is there a way to automatically sync my forked Github repository's remote master branch ( origin/master ) to an original Github repository's master branch? ( upstream/master ) I ask because I would like my forked remote origin/master branch on Github to always stay up-to-date so that I could save time by not needing to continually pull / rebase & push upstream repository changes into my forked repo's master branch. 回答1: It is very easy to sync forked repository but question is how ? In this