From d8c1ee06d4c7283f4338a78f30ef9eb700b876f8 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Fri, 20 Apr 2018 01:14:04 +0300 Subject: [PATCH] .gitconfig: Allow force-push to local repositories --- .gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index 901e37c..478bd4a 100644 --- a/.gitconfig +++ b/.gitconfig @@ -211,7 +211,7 @@ #denyCurrentBranch = updateInstead denyDeleteCurrent = true #denyDeletes = true - denyNonFastForwards = true + #denyNonFastForwards = true #[tag] # sort = version:refname -- 2.39.2