Update local Repo

i have my primary PC an iMac an a notebook Linux Mint. when I an aqay from home I like to work on my notebook, From my Projects I have a copy on git hub. How to sync/ download the latest version on Github to my notebook, Is that posiible out of platformio or from what commandline.

Thank forhelp

Usually you commit and push your changes from your main PC to the repository.

Then you clone the repository to your notebook and continue working:
Implementing new features, commit and push them to your repository.

When you’re back home on your main PC you simply perfom a pull to get all the changes: