diff --git a/.githooks/pre-push b/.githooks/pre-push index c70773c..f04d600 100755 --- a/.githooks/pre-push +++ b/.githooks/pre-push @@ -42,6 +42,6 @@ fi cd content -git push "$remote" main +git push "$remote" main --force cd .. set +x