Skip to content

Instantly share code, notes, and snippets.

@idawnlight
Created July 14, 2017 05:37
Show Gist options
  • Save idawnlight/8c00bab9541fea993e5a3b6af902b37a to your computer and use it in GitHub Desktop.
Save idawnlight/8c00bab9541fea993e5a3b6af902b37a to your computer and use it in GitHub Desktop.
HTTP Git 仓库
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