this repo has no description

feat: add more JJ aliases

hauleth.dev 69a20858 edf70ba8

verified
Changed files
+10 -8
modules
+10 -8
modules/jj.nix
···
user.name = "Łukasz Niemier";
aliases = {
+
record = ["commit"];
+
ci = ["commit"];
+
rci = ["squash"];
lg = ["log"];
+
tug = ["bookmark" "move" "--from" "closest_bookmark(@-)" "--to" "@-"];
+
pull = ["git" "fetch"];
+
push = ["git" "push" "--allow-new"];
+
};
+
+
revset-aliases = {
+
"closest_bookmark(to)" = "heads(::to & bookmarks())";
};
git.write-change-id-header = true;
···
diff.git(),
)
'';
-
-
"--scope" = [
-
{
-
"--when".repositories = ["~/Workspace/supabase/"];
-
-
user.email = "lukasz@supabase.io";
-
}
-
];
};
};