What you will achieve
You will keep a fork of an open-source repository up to date with its upstream, sync your branches cleanly, and avoid the common pitfall of letting your fork drift weeks behind.
Step 1: confirm the remote setup
git remote -v
You want two remotes: origin for your fork and upstream for the source.