diff --git a/files/git/.gitconfig b/files/git/.gitconfig index bd87f52..9cd915a 100644 --- a/files/git/.gitconfig +++ b/files/git/.gitconfig @@ -27,3 +27,5 @@ date = relative [grep] lineNumber = true +[init] + defaultBranch = main