From e743114a788e90bb8101fc1e155ba8fb7d4a5cdf Mon Sep 17 00:00:00 2001 From: tslil Date: Tue, 29 Jul 2025 18:23:54 +0100 Subject: [jj] store config --- jj_config.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 jj_config.toml (limited to 'jj_config.toml') diff --git a/jj_config.toml b/jj_config.toml new file mode 100644 index 0000000..2a1e809 --- /dev/null +++ b/jj_config.toml @@ -0,0 +1,10 @@ +"$schema" = "https://jj-vcs.github.io/jj/latest/config-schema.json" + +[revset-aliases] +'closest_bookmark(to)' = 'heads(::to & bookmarks())' + +[aliases] +tug = ["bookmark", "move", "--from", "closest_bookmark(@-)", "--to", "@-"] + +[templates] +git_push_bookmark = '"tslil/push-" ++ change_id.short()' -- cgit v1.2.3