From b2fb550718aad2e3a5dc99bff671662f3e643752 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Sat, 31 May 2025 14:32:49 -0700 Subject: [PATCH] set the merge as well --- new_job | 1 + 1 file changed, 1 insertion(+) diff --git a/new_job b/new_job index 64b554a..60ab410 100755 --- a/new_job +++ b/new_job @@ -6,6 +6,7 @@ NAME="$2" git branch "$NAME" git config set branch."$NAME".pushremote private git config set branch."$NAME".remote private +git config set branch."$NAME".merge refs/heads/"$NAME" git checkout "$NAME" echo "{\"url\":\"$URL\",\"name\":\"$NAME\"}" > job_details.json -- 2.39.5