Add script to pull theme changes

See https://github.com/gohugoio/hugo/issues/3791
This commit is contained in:
Bjørn Erik Pedersen 2017-08-10 14:33:33 +02:00
parent e89bbb2f6c
commit f887bd7b4e

4
pull-theme.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/bash
git subtree pull --prefix=themes/gohugoioTheme/ git@github.com:gohugoio/gohugoioTheme.git master --squash