Process Flow - git remote add origin
Start in local repo
Run: git remote add origin <url>
Add remote named 'origin' with URL
Verify with git remote -v
Remote 'origin' listed with URL
Ready to push or fetch from origin
This flow shows how adding a remote named 'origin' links your local repo to a remote URL for syncing code.