Trunk-based development manager for a solo developer. https://git.kemitix.net/kemitix/git-next
Find a file
Paul Campbell e369875dc7
Some checks failed
Rust / build (map[name:nightly]) (push) Has been cancelled
Rust / build (map[name:stable]) (push) Has been cancelled
Rust / docker (push) Failing after 4m2s
chore: simplify docker image generation
Remove the use of a separate builder image
2024-12-27 18:30:36 +00:00
.cargo fix: remove dependcy on clang & mold 2024-08-04 20:41:38 +01:00
.forgejo/workflows chore: simplify docker image generation 2024-12-27 18:30:36 +00:00
.git-hooks chore: convert project into a cargo workspace 2024-05-11 16:33:18 +01:00
crates fix: remove stray eprintln 2024-12-12 08:11:16 +00:00
.dockerignore chore: simplify docker image generation 2024-12-27 18:30:36 +00:00
.gitignore build: ignore occasional use of rover 2024-12-03 06:51:36 +00:00
.rgignore build(woodpecker): TODO checker ignores git hook samples 2024-04-07 17:17:49 +01:00
bacon.toml chore: bacon treats clippy warnings as errors 2024-07-05 20:12:17 +01:00
Cargo.lock chore: release v0.14.0-rc1 2024-11-29 11:16:51 +00:00
Cargo.toml chore: release v0.14.0-rc1 2024-11-29 11:16:51 +00:00
CHANGELOG.md chore: release v0.14.0-rc1 2024-11-29 11:16:51 +00:00
cliff.toml fix(docs): git-cliff template add null check 2024-05-20 09:00:43 +01:00
demo.cast docs: add demo gif of tui 2024-09-16 13:54:33 +01:00
demo.gif docs: add demo gif of tui 2024-09-16 13:54:33 +01:00
Dockerfile chore: simplify docker image generation 2024-12-27 18:30:36 +00:00
justfile chore: simplify docker image generation 2024-12-27 18:30:36 +00:00
LICENSE docs(license): update copyright name 2024-04-08 20:32:10 +01:00
quickfix-564 feat: switch to kameo actor system (dropping actix) 2024-11-29 09:33:36 +00:00
README.md docs: add demo gif of tui 2024-09-16 13:54:33 +01:00
release-plz.toml fix: Revert "fix: release-plz generated PR changelog" 2024-08-10 18:38:14 +01:00
RELEASE.md docs(release): add links 2024-09-01 13:26:49 +01:00
renovate.json build(renovate): PRs should target main 2024-12-03 06:53:18 +00:00

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.

Demo

See README.md for more information.