Syncing a fork
Updating a local repository with upstream changes
February 2, 2018
-
1 minute read
-
Atention: Make sure you have a configured remote pointing to the remote upstream.
1. Fetch branches and commits from upstream
2. Make sure to checkout to your fork’s local brach
3. Merge changes from upstream/master
to local master
PS: It is still necessary to push these changes to your fork on Github.
Source