From cd5c7c32489f5a5dcb6d139bbe079592737a0c86 Mon Sep 17 00:00:00 2001 From: sloane Date: Tue, 19 Nov 2024 15:54:27 -0500 Subject: [PATCH] rebase all bookmarks alias --- .jjconfig.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.jjconfig.toml b/.jjconfig.toml index eb08698..1634a33 100644 --- a/.jjconfig.toml +++ b/.jjconfig.toml @@ -24,3 +24,6 @@ log = "trunk() | ancestors(reachable(@ | mine(), mutable()), 2) | @" [git] push-bookmark-prefix = "sloane/push-" + +[aliases] +rebase-bookmarks = ["rebase", "-b", "all:bookmarks() & mine() ~trunk()", "-d", "main", "--skip-emptied"]