From 59caa235b5c5c74960c2df63d0b8d934eaca7868 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Sun, 28 Feb 2021 01:07:14 +0000 Subject: [PATCH] Update git config --- git/.gitconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/git/.gitconfig b/git/.gitconfig index 6aa0e80..8034bc6 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -13,6 +13,11 @@ [include] path = ~/.gitconfig-win + [commit] + [init] defaultBranch = main + +[pull] + ff = only \ No newline at end of file