← Alle Concepts
pattern·free·branch_per_ask

Branch-per-Ask

Every meaningful AI task gets its own Git branch. Tiny merge surface, instant rollback when bad, clean merge when good.

The single most underrated habit when building with Claude Code or Cursor. Stops the most painful failure mode (AI changes touching files across modules with refactor, fix and formatting all mixed). Naming convention: feature/, fix/, experiment/, refactor/. Use experiment liberally — branches are cheap. When the AI is done: build + test, read diff, then commit + merge or delete branch.

Beziehungen

Outgoing
gitworkflowbranchesai-coding