From ada07b55efb93464869cb112e262f341bfb9315b Mon Sep 17 00:00:00 2001 From: Proctor Date: Mon, 10 Oct 2022 08:07:10 -0500 Subject: [PATCH] Git Config - pull.ff only --- git/.gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/git/.gitconfig b/git/.gitconfig index e154dd0..a85bdc5 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -25,3 +25,5 @@ ;; This is last, take in any other local file overrides [include] path = ~/.gitconfig.local ; find ".gitconfig.local" in your `$HOME` directory +[pull] + ff = only