From: Oleg Broytman Date: Fri, 18 Jul 2014 01:34:41 +0000 (+0400) Subject: Set globally receive.denyNonFastForwards = true X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=27a2d72e733a2473bb7a0e456fed63debf61d290 Set globally receive.denyNonFastForwards = true --- diff --git a/.gitconfig b/.gitconfig index cd86ef3..701610d 100644 --- a/.gitconfig +++ b/.gitconfig @@ -23,6 +23,9 @@ # 3 way diffs # cmd = vim -d \"$MERGED\" \"$LOCAL\" \"$BASE\" \"$REMOTE\" -c \"wincmd J\" +[receive] + denyNonFastForwards = true + [web] browser = webbrowser