diff --git a/git/config b/git/config index 1091d8f..65bb19d 100755 --- a/git/config +++ b/git/config @@ -1,16 +1,23 @@ [user] name = Michael Bradley + +[core] + editor = lvim + +[init] + defaultBranch = main + +[pull] + rebase = true + [includeIf "gitdir:~/dev/"] path = ./config-personal [includeIf "gitdir:~/school/"] path = ./config-personal [includeIf "gitdir:~/work/"] path = ./config-work -[core] - editor = lvim + [credential "https://github.com"] helper = !/usr/bin/gh auth git-credential [credential "https://gist.github.com"] helper = !/usr/bin/gh auth git-credential -[init] - defaultBranch = main