diff --git a/pushtogit.bat b/pushtogit.bat index 6c1b0d8..e1bd04e 100644 --- a/pushtogit.bat +++ b/pushtogit.bat @@ -4,6 +4,7 @@ git add . set /p NameOfCommit=What what you like to name your commit? git commit -m "%NameOfCommit%" git remote set-url --add --push origin https://github.com/JugieNoob/StringEncoderJavaProject.git +git push echo "Committed to github!" echo "Press ENTER to close this window!" set /p EnterToClose= \ No newline at end of file