From: Don Armstrong Date: Sat, 24 May 2025 18:21:35 +0000 (-0700) Subject: fix how the remotes are configured X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=8ed659579f5c00b2cea5dfdf012bc13888027fdc;p=resume.git fix how the remotes are configured --- diff --git a/new_job b/new_job index 74a5fdc..64b554a 100755 --- a/new_job +++ b/new_job @@ -4,8 +4,8 @@ URL="$1" NAME="$2" git branch "$NAME" -git config set branch."$NAME".pushremote=private -git config set branch."$NAME".remote=private +git config set branch."$NAME".pushremote private +git config set branch."$NAME".remote private git checkout "$NAME" echo "{\"url\":\"$URL\",\"name\":\"$NAME\"}" > job_details.json