From c64d7d4aa813552d18b1c39527d5a3a9459fb678 Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Sat, 13 Apr 2024 00:41:29 -0400 Subject: Set receive.denyCurrentBranch to updateInstead to enable Git push-to-deploy --- git/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/git/config b/git/config index a6f814c..9bf2c60 100644 --- a/git/config +++ b/git/config @@ -8,3 +8,5 @@ gpgsign = true [gpg] format = ssh +[receive] + denyCurrentBranch = updateInstead -- cgit v1.2.3-70-g09d2