Tracking Bedrock Remote

If I fork Bedrock to my repo and add in my own application code, how do I track and update my copy of Bedrock with the origin copy and pull down new changes from the latest Bedrock repository. Do I need to change my origin remote repo each time?

Howdy!

Since Bedrock very rarely has changes besides bumping dependencies, the only thing I personally end up doing is cherry-picking specific commits (sometimes manually) into my existing Bedrock sites if absolutely necessary

That makes complete thanks, Thanks Ben.