This commit is contained in:
NokomisJROTC
2019-09-03 10:33:17 -04:00
parent 8e16c01922
commit b6957c4f2f
3 changed files with 11 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
@ECHO OFF
echo Updating Repository
git pull
+5
View File
@@ -0,0 +1,5 @@
@ECHO OFF
git add *
set /p changes="Enter Changes: "
git commit im "%changes%"
git push master
+3
View File
@@ -0,0 +1,3 @@
@ECHO OFF
ECHO Starting Web Server...
python3 -m http.server