Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ThemeTony/hugo-theme-tony.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--deploy.bat8
1 files changed, 0 insertions, 8 deletions
diff --git a/deploy.bat b/deploy.bat
deleted file mode 100644
index d1dde3c..0000000
--- a/deploy.bat
+++ /dev/null
@@ -1,8 +0,0 @@
-@echo off
-git add -A
-echo Commit:
-set /p commit=
-::echo %commit%
-git commit -m "%commit%"
-git push -u origin master -f
-close \ No newline at end of file