Git remade for agents (and better commits)

A CLI that wraps git for agentic coding. Features ship as a stack of commits, each one its own pull request, so review starts at the bottom while the agent keeps building on top. Your hooks and gh keep working.

View on GitHub macOS · Windows · Linux
floppygit push 3 stacked pull requests
auto-merge
The bottom PR merges first, and the stack follows.

How it works

01

Make a focused commit

Start each piece with floppygit new, then commit one small, reviewable change.

02

Push the stack

Run floppygit push to open one pull request per commit, each based on the one below it.

03

Review from the bottom

The first pull request merges first. Then floppygit sync moves the remaining stack forward.