From 642539c80b7415040091528d4356d2fff5b4ea8e Mon Sep 17 00:00:00 2001 From: Travis Shears Date: Sun, 26 Apr 2026 20:39:00 +0200 Subject: [PATCH] add note about Jujutsu for version control --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 15dac06..3020a96 100644 --- a/README.md +++ b/README.md @@ -26,3 +26,5 @@ The `game` directory contains: ## Development The Löve2d Fennel setup is based on https://git.sr.ht/~benthor/absolutely-minimal-love2d-fennel/tree/master/item/README.md + +And though this is a git repo I use [Jujutsu](https://docs.jj-vcs.dev/latest/) for version control.