api-jar / upload.bat
raannakasturi's picture
Initial combined commit
99394d6
raw
history blame contribute delete
182 Bytes
@echo off
REM Commit all changes and push to GitHub
git add .
git commit -m "Update API Application file"
git push
echo Done! Changes have been committed and pushed to GitHub.
exit