Trunk-based development manager for a solo developer. https://git.kemitix.net/kemitix/git-next
Find a file
Renovate Bot d989da659c
All checks were successful
Rust / build (map[name:nightly]) (push) Successful in 6m57s
Rust / build (map[name:stable]) (push) Successful in 14m18s
Release Please / Release-plz (push) Successful in 1m50s
chore(deps): update rust crate ratatui to 0.29
2024-10-22 07:32:53 +01:00
.cargo fix: remove dependcy on clang & mold 2024-08-04 20:41:38 +01:00
.forgejo/workflows chore(deps): update kemitix/rust action to v2.3.0 2024-09-30 21:46:31 +00:00
.git-hooks chore: convert project into a cargo workspace 2024-05-11 16:33:18 +01:00
.woodpecker chore(deps): update docker.io/woodpeckerci/plugin-docker-buildx docker tag to v5 2024-10-21 19:37:13 +01:00
crates chore(deps): update rust crate ratatui to 0.29 2024-10-22 07:32:53 +01:00
.gitignore chore: ignore .local/ directory 2024-09-13 08:53:04 +01: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(deps): update rust crate ratatui to 0.29 2024-10-22 07:32:53 +01:00
Cargo.toml chore(deps): update rust crate ratatui to 0.29 2024-10-22 07:32:53 +01:00
CHANGELOG.md chore: release 2024-09-14 14:24:04 +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 build(docker): Don't break when debian drops old packge versions 2024-09-14 07:38:13 +01:00
Dockerfile.builder chore(deps): update docker.io/rust docker tag to v1.82.0 2024-10-21 19:37:22 +01:00
justfile chore: add run and run-ui recipes to justfile 2024-09-14 12:26:06 +01:00
LICENSE docs(license): update copyright name 2024-04-08 20:32:10 +01: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 chore: renovate PRs should target dev branch 2024-08-02 10:45:30 +01: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.