From: Don Armstrong Date: Sat, 31 May 2025 21:32:49 +0000 (-0700) Subject: set the merge as well X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b2fb550718aad2e3a5dc99bff671662f3e643752;p=resume.git set the merge as well --- 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