Created
July 14, 2017 05:37
-
-
Save idawnlight/8c00bab9541fea993e5a3b6af902b37a to your computer and use it in GitHub Desktop.
HTTP Git 仓库
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| rmdir /s/q material.tmp.git | |
| git clone --bare https://github.com/LiMingYuGuang/typecho-theme-material.git material.tmp.git | |
| rmdir /s/q material.git | |
| ren material.tmp.git material.git | |
| cd material.git | |
| cd hooks | |
| ren post-update.sample post-update | |
| echo ./post-update >> update.sh | |
| .\update.sh | |
| cd ..\..\ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment