From f887bd7b4e3e7c7e76cd63951e5b0d37d8fe0ac7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Thu, 10 Aug 2017 14:33:33 +0200 Subject: [PATCH] Add script to pull theme changes See https://github.com/gohugoio/hugo/issues/3791 --- pull-theme.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 pull-theme.sh 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 +