From 335a1fd3223bf8dd792a282f09303cafccfb0e36 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Thu, 15 May 2025 22:25:44 +0300 Subject: [PATCH] jujutsu: make jj push prefix change-rgbcube- --- modules/common/jujutsu.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/common/jujutsu.nix b/modules/common/jujutsu.nix index fe187d6..100265b 100644 --- a/modules/common/jujutsu.nix +++ b/modules/common/jujutsu.nix @@ -73,7 +73,7 @@ in { ''; git.auto-local-bookmark = true; - git.push-bookmark-prefix = "change-"; + git.push-bookmark-prefix = "change-rgbcube-"; git.subprocess = true; git.fetch = [ "origin" "upstream" "rad" ];