diff --git a/pull-theme.sh b/pull-theme.sh new file mode 100755 index 000000000..828b6cfb4 --- /dev/null +++ b/pull-theme.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +git subtree pull --prefix=themes/gohugoioTheme/ git@github.com:gohugoio/gohugoioTheme.git master --squash +