implemented publish bat file

This commit is contained in:
Borys Levytskyi
2015-04-03 20:36:29 +03:00
parent 9a40c1e3bd
commit fae6910bfb

4
publish.bat Normal file
View File

@@ -0,0 +1,4 @@
git checkout gh-pages
git pull origin master
git push
git checkout master