]> git.donarmstrong.com Git - resume.git/commitdiff
set the merge as well
authorDon Armstrong <don@donarmstrong.com>
Sat, 31 May 2025 21:32:49 +0000 (14:32 -0700)
committerDon Armstrong <don@donarmstrong.com>
Sat, 31 May 2025 21:32:49 +0000 (14:32 -0700)
new_job

diff --git a/new_job b/new_job
index 64b554a415fa70692e04d982f8f723dc45627016..60ab4104591b22c86424406feed9b73669ee7957 100755 (executable)
--- 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