فهرست منبع

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);
 		}