From d33e42a6084b4b465408ff7b1ff60ab93f6d732e Mon Sep 17 00:00:00 2001 From: kjuulh Date: Wed, 23 Oct 2024 22:38:41 +0200 Subject: [PATCH] feat: add git setup Signed-off-by: kjuulh --- crates/cuddle/examples/git/cuddle.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 crates/cuddle/examples/git/cuddle.toml diff --git a/crates/cuddle/examples/git/cuddle.toml b/crates/cuddle/examples/git/cuddle.toml new file mode 100644 index 0000000..3606ad4 --- /dev/null +++ b/crates/cuddle/examples/git/cuddle.toml @@ -0,0 +1,5 @@ +[plan] +git = "ssh://git@git.front.kjuulh.io/kjuulh/cuddle-git-example.git" + +[project] +name = "git"