Trunk-based development manager for a solo developer. https://git.kemitix.net/kemitix/git-next
Find a file
Paul Campbell d2ea93f05e
All checks were successful
Rust / build (push) Successful in 1m26s
ci/woodpecker/push/cron-docker-builder Pipeline was successful
ci/woodpecker/push/tag-created Pipeline was successful
ci/woodpecker/push/push-next Pipeline was successful
feat: avoid resetting next to main when dev is ahead of main
When dev is not based on next, next is reset to main, however, it should
reset to the next commit towards dev when when is ahead of main.

Closes kemitix/git-next#111
2024-07-28 20:32:08 +01:00
.cargo feat: update auth of interal repos when changed in config 2024-07-10 09:05:36 +01:00
.forgejo/workflows build: disable broke publish workflow 2024-07-14 10:45:07 +01: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-gitea-release docker tag to v0.3.2 2024-06-04 08:15:40 +00:00
crates feat: avoid resetting next to main when dev is ahead of main 2024-07-28 20:32:08 +01:00
.git-next.toml chore(git-next): add config file 2024-04-09 11:00:29 +01:00
.gitignore chore: ignore coverage metadata (profraw files) 2024-06-04 07:22:08 +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.toml feat: support macOS 2024-07-28 16:26:39 +01:00
CHANGELOG.md chore: Release 0.11.0 2024-07-26 19:18:16 +01:00
cliff.toml fix(docs): git-cliff template add null check 2024-05-20 09:00:43 +01:00
Dockerfile chore: bump docker runtime os image 2024-07-05 07:58:53 +01:00
Dockerfile.builder build: pin versions for docker base images 2024-07-05 07:54:43 +01:00
justfile chore: restore clean check and tag checkout to publish script 2024-07-16 08:41:53 +01:00
LICENSE docs(license): update copyright name 2024-04-08 20:32:10 +01:00
README.md docs: update link from root README to cli README 2024-07-15 16:08:48 +01:00
renovate.json build: renovate should avoid pointless patch PRs 2024-04-25 16:01:24 +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.

See README.md for more information.