- Go to your repo on Github.com. For example, if your username is haxwell, your url would be http://www.github.com/haxwell/REPO-NAME-HERE.
- Look for the link to Sync your Fork. Click it
Your repo in the cloud should now be in sync with the main Savvato-software branch.
On your local machine, go to the directory for this repo, then
- git checkout main
- git pull
If you have a feature you are working on,
- git checkout your-feature-branch
- git merge main