Skip to content

Commit 437c782

Browse files
committed
update push bat
1 parent 811dcde commit 437c782

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

git_push.bat

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
@echo off
2+
3+
git remote -v
4+
5+
set /p commitmessage=Git commit message:
6+
7+
git add .
8+
9+
git commit -m "%commitMessage%"
10+
211
echo Pushing to default remote repository...
312
git push
413
if %errorlevel% neq 0 (

0 commit comments

Comments
 (0)