To sync changes you make in a fork with the original repository, you must configure a remote that points to the upstream repository in Git.
- Open a Terminal
- List current configured remote repository for your fork
git remote -v
origin https://github.com/YOUR_USERNAME/YOUR_FORK.git (fetch)