We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 050b2c2 commit 66af413Copy full SHA for 66af413
Makefile
@@ -9,6 +9,14 @@ test:
9
cd tests && npm install
10
node tests/cli.js --debug
11
12
+hook:
13
+ mkdir -p ~/.gittemplate/hooks
14
+ curl https://raw.github.com/kvz/ochtra/master/pre-commit -o ~/.gittemplate/hooks/pre-commit
15
+ chmod u+x ~/.gittemplate/hooks/pre-commit
16
+ git config --global init.templatedir '~/.gittemplate'
17
+ rm .git/hooks/pre-commit || true
18
+ git init
19
+
20
site:
21
git pull && \
22
cd _octopress && \
0 commit comments