Command Palette
Search for a command to run...
For a small team, I recommend GitHub Flow — it's simple and effective:
The entire strategy:
main branch is always deployablemain: feat/add-search, fix/sidebar-layoutmain when readymainCommit convention (Conventional Commits):
textfeat: add conversation search API fix: correct sidebar collapse on mobile docs: update deployment guide refactor: extract sync validation logic
Why NOT Git Flow for small teams:
Pro tip: Use main + feature branches. Skip develop/staging branches until you actually need them. You can always add complexity later, but removing it is harder.