From 2438280ff7d39ca582b350e759ec28ebb865990b Mon Sep 17 00:00:00 2001 From: David Guevara Date: Tue, 17 Feb 2026 23:06:19 -0600 Subject: [PATCH] feat: automatically create commits on `just add` --- justfile | 1 + 1 file changed, 1 insertion(+) diff --git a/justfile b/justfile index da2edb1..8e6a240 100644 --- a/justfile +++ b/justfile @@ -10,6 +10,7 @@ refresh: add mod: packwiz modrinth install "{{mod}}" + jj commit -m 'feat: add "{{mod}}" mod' update: packwiz update -a