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