12-01-2022, 02:54 PM
hello doppler
if what you are after is to keep QB64pe up to date then (assuming that you OS is Windows) install git https://gitforwindows.org/
launch the windows cmd and CD to where you want to have your local repo, then
afterwards, to update your local repo, launch cmd and CD into your local repo and then
git pull
that will update you local repo downloading only what has changed