From 622b31caad7e6f1467ab195c76a3d6ef58f8d03a Mon Sep 17 00:00:00 2001 From: sloane Date: Thu, 1 Aug 2024 14:20:24 -0400 Subject: [PATCH] add push-branch-prefix --- .jjconfig.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.jjconfig.toml b/.jjconfig.toml index cb20085..761cfbf 100644 --- a/.jjconfig.toml +++ b/.jjconfig.toml @@ -20,3 +20,6 @@ name = "sloane" [revsets] log = "trunk() | ancestors(reachable(@ | mine(), mutable()), 2) | @" + +[git] +push-branch-prefix = "sloane/push-"