diff --git a/config/gitconfig.ini b/config/gitconfig.ini index 318f203..6af16ac 100644 --- a/config/gitconfig.ini +++ b/config/gitconfig.ini @@ -1,13 +1,6 @@ -[core] - excludesfile = ~/.config/git/ignore -[color] - branch = True - diff = True - interactive = True - status = True [format] pretty = oneline [log] abbrevCommit = true [push] - default = simple + autoSetupRemote = true