From 359b03bc4e1711e4dc2bf17aacd3bd15d6aec00c Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Fri, 7 Jan 2022 20:56:50 +0800 Subject: git: Specify ff=only for pull to suppress warning --- _gitconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_gitconfig b/_gitconfig index 5168cdc..33465f2 100644 --- a/_gitconfig +++ b/_gitconfig @@ -27,6 +27,9 @@ [push] default = simple +[pull] + ff = only + [commit] template = ~/.gitmessage -- cgit v1.2.2