We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a5e67e commit 589f391Copy full SHA for 589f391
git_push.bat
@@ -16,15 +16,15 @@ if %errorlevel% neq 0 (
16
exit /b %errorlevel%
17
)
18
19
-echo Pushing to upstream remote on 'main' branch...
+echo Pushing to upstream remote on 'master' branch...
20
git push upstream master
21
if %errorlevel% neq 0 (
22
echo Failed to push to upstream remote on 'main' branch.
23
pause
24
25
26
27
-echo Pushing to 'upstream_gitcode' remote on 'main' branch...
+echo Pushing to 'upstream_gitcode' remote on 'master' branch...
28
git push upstream_gitcode master
29
30
echo Failed to push to 'upstream_gitcode' remote on 'main' branch.
0 commit comments