Files
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
@ECHO OFF
|
||||
echo Updating Repository
|
||||
git pull
|
||||
@@ -0,0 +1,5 @@
|
||||
@ECHO OFF
|
||||
git add *
|
||||
set /p changes="Enter Changes: "
|
||||
git commit im "%changes%"
|
||||
git push master
|
||||
@@ -0,0 +1,3 @@
|
||||
@ECHO OFF
|
||||
ECHO Starting Web Server...
|
||||
python3 -m http.server
|
||||
Reference in New Issue
Block a user