git-next/README.md
Paul Campbell 6981a7b5e3
All checks were successful
Rust / build (push) Successful in 2m8s
ci/woodpecker/push/push-next Pipeline was successful
ci/woodpecker/push/cron-docker-builder Pipeline was successful
ci/woodpecker/push/tag-created Pipeline was successful
docs: move main README into cli crate
2024-07-14 20:54:17 +01:00

9 lines
286 B
Markdown

# git-next
## Trunk-based developement manager.
`git-next` is a combined server and command-line tool that enables trunk-based
development workflows where each commit must pass CI before being included in
the main branch.
See [README.md](/crates/cli/README.md) for more information.