Git Version Control

Git tracks every change you make to Flux Theme so you can experiment freely, roll back mistakes, and push to Vercel with confidence. If you bought Lifetime Access, you get direct GitHub repo access — pull future template updates with a single command.

First-Time Setup

If you have Lifetime Access, clone the Flux repo directly. If you bought an individual theme, unzip the download from your Polar.sh library and initialise git yourself.

Terminal

Branch Workflow for Flux

Keep main always deployable. Create a branch for each customisation — new pages, theme edits, integration wiring — and merge only when it works.

Terminal

Pulling Template Updates (Lifetime Access)

When a new version of Flux drops, pull upstream changes into your fork. Use a separate branch so you can review what changed before merging into your customised main.

Terminal

Keep Secrets Out of Git

Flux's .gitignore already excludes .env files. Double-check before your first push — a leaked Stripe or Clerk key means rotating all your keys.

.gitignore