diff --git a/crates/core/README.md b/crates/core/README.md new file mode 100644 index 0000000..ddc70e2 --- /dev/null +++ b/crates/core/README.md @@ -0,0 +1,9 @@ +# 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 [git-next](https://crates.io/crates/git-next) for more information.