PR - How to Pull Update PR

Hi Team,
Would someone be able to point me to a YouTube video or outline a quick step by step process to update my ottodev with the newest update repository or PR. As the project progress progresses I would like the ability to keep updating but don’t know how.

How are you running OD ? Are you using a docker container or via the command line? If you’re using the command line, you can use the following commands.

git fetch origin
git pull origin main

The easiest way is to install git desktop on Windows or OSX and then add the repo there. Then you get a nice easy interface to update from main, or test PRs by quickly changing to them.

I found this YouTube video that gives a good overview of git. https://www.youtube.com/watch?v=USjZcfj8yxE

i posted a guide here already