Skip to content

Commit 589f391

Browse files
committed
update readme
1 parent 1a5e67e commit 589f391

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

git_push.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ if %errorlevel% neq 0 (
1616
exit /b %errorlevel%
1717
)
1818

19-
echo Pushing to upstream remote on 'main' branch...
19+
echo Pushing to upstream remote on 'master' branch...
2020
git push upstream master
2121
if %errorlevel% neq 0 (
2222
echo Failed to push to upstream remote on 'main' branch.
2323
pause
2424
exit /b %errorlevel%
2525
)
2626

27-
echo Pushing to 'upstream_gitcode' remote on 'main' branch...
27+
echo Pushing to 'upstream_gitcode' remote on 'master' branch...
2828
git push upstream_gitcode master
2929
if %errorlevel% neq 0 (
3030
echo Failed to push to 'upstream_gitcode' remote on 'main' branch.

0 commit comments

Comments
 (0)