1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-29 11:07:44 +00:00

jj: add git push bookmark template

This commit is contained in:
RGBCube 2025-07-07 18:58:32 +03:00
parent ce980de48d
commit 82446cf66b
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M

View file

@ -90,8 +90,11 @@ in {
) )
''; '';
templates.git_push_bookmark = /* python */ ''
"change-rgbcube-" ++ change_id.short()
'';
git.auto-local-bookmark = true; git.auto-local-bookmark = true;
git.push-bookmark-prefix = "change-rgbcube-";
git.fetch = [ "origin" "upstream" "rad" ]; git.fetch = [ "origin" "upstream" "rad" ];
git.push = "origin"; git.push = "origin";