diff --git a/.gitconfig b/.gitconfig index b746ef7..4044862 100644 --- a/.gitconfig +++ b/.gitconfig @@ -4,3 +4,7 @@ [core] editor = nvim excludesfile = /Users/devin/.gitignore +[init] + defaultBranch = main +[pull] + ff = only