From 3b40e006d6a27146c2cb62bb92fe63cf0b91f88d Mon Sep 17 00:00:00 2001 From: JugieNoob Date: Fri, 20 Jan 2023 22:31:10 +0100 Subject: [PATCH] Updated README --- pushtogit.bat | 1 + 1 file changed, 1 insertion(+) 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