diff --git a/profiles/base/.gitconfig b/profiles/base/.gitconfig index aaefa21..aeca41b 100644 --- a/profiles/base/.gitconfig +++ b/profiles/base/.gitconfig @@ -38,7 +38,6 @@ colorMoved = True [commit] verbose = true - [color "status"] added = green changed = red @@ -50,3 +49,5 @@ defaultBranch = main [include] path = ~/.gitconfig.local +[pull] + rebase = false