Step 7 · about 7 minutes
A preview link for every change
Push a branch and Vercel builds it at its own address, leaving your live site untouched. This is the safety net for vibe coding.
Make a branch, change something visible, and push it — the same moves as GitHub step 7.
Terminal
$ git switch -c change-the-title$ git commit -am "Change the title"$ git push -u origin change-the-title
Open the pull request on GitHub. Vercel comments on it within a minute with a preview address. That address runs your branch; your live site is still the old version.
public/shots/vc-07-pr-comment.png