Keywords / git:
git:
Branch / commit / push strategy. Ops & reuse
Syntax
git:
work on a branch
commit when the goal is met
open a pull request
What it does
By default โ no block โ LoopFlow works on a branch, commits when the goal is met, and never pushes to main/master. A git: block refines: work in place / on a branch / in a worktree; commit when the goal is met / each cycle / each story / never; push when done; open a pull request. Cascades file โ loop.
Example
git:
work on a branch
commit when the goal is met
push when done
open a pull requestexamples/git_policy.loop