Spaces:
Sleeping
Sleeping
| @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 |
| @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 |