diff options
| author | tslil <tslil@posteo.de> | 2025-07-29 18:23:54 +0100 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2025-07-29 18:24:44 +0100 |
| commit | e743114a788e90bb8101fc1e155ba8fb7d4a5cdf (patch) | |
| tree | e2cef30ba5c23ba911593e68e66d4f49cd123722 | |
| parent | 091b183b836a332b4b9efc6ecb8939d6a4455dca (diff) | |
[jj] store config
| -rw-r--r-- | jj_config.toml | 10 |
1 files changed, 10 insertions, 0 deletions
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()' |
