Преглед изворни кода

set upstream to the push command (#7177)

Madhu Dollu пре 2 година
родитељ
комит
b2ac6da1b7
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      theme-utils.mjs

+ 1 - 1
theme-utils.mjs

@@ -279,7 +279,7 @@ async function pushButtonDeploy() {
 
 			await executeCommand(`
 				git commit -m "Version Bump";
-				git push
+				git push --set-upstream origin trunk
 			`, true);
 		}