From 10539325e344fa900f48576071ae151e8e5d0a8d Mon Sep 17 00:00:00 2001 From: Jacob Casper Date: Fri, 24 Apr 2020 20:20:17 -0500 Subject: [PATCH] Force push to public --- templates/hooks/post-receive | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/hooks/post-receive b/templates/hooks/post-receive index abedfa7..3b08ee9 100755 --- a/templates/hooks/post-receive +++ b/templates/hooks/post-receive @@ -1,4 +1,4 @@ #!/bin/bash while read OLD_REV NEW_REV REF_NAME; do - git push public $NEW_REV:$REF_NAME + git push -f public $NEW_REV:$REF_NAME done -- 2.20.1