diff --git a/config/jj/config.toml b/config/jj/config.toml index feccbb9..63a02ea 100644 --- a/config/jj/config.toml +++ b/config/jj/config.toml @@ -21,6 +21,7 @@ auto-local-bookmark = true [aliases] l = ["log", "-r", "ancestors(reachable(@, mutable()), 2)"] +llog = ["log", "-r", ".."] tug = ["bookmark", "move", "--from", "heads(::@- & bookmarks())", "--to", "@-"] [templates]