Sync with remote and open a PR
Use this when someone else has pushed to the repo and you want your MacBook up to date, then contribute via a PR instead of pushing directly to main.Prompt for Cursor
Copy and paste this when you need to sync and prepare a PR:git fetch, git pull, and git checkout -b <branch> (or equivalent) and remind you to push the branch and open a PR.
Commands to run yourself
From the repo root (LayoutDocs):
If pull has conflicts
Ifgit pull origin main reports conflicts:

