Git and Theme Development Workflow — a practical guide to Git WordPress theme workflow with clear examples you can reuse in real projects.
WordPress Theme Development Series (92/96). Prefer one article? Read the complete WordPress theme development tutorial.
Short description
Keep `main` releasable, open PRs for features, and tag versions on release.
Workflow
feature branches → PR → main
tag v1.0.0 on release
ignore node_modules / vendor build junk carefully