From a68e57f1492774da22b2f82c8b24b73d5d0ea996 Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Sun, 29 Nov 2020 08:58:31 -0500 Subject: [PATCH] Re-enabled gitconfig options --- .gitconfig##d.openSUSE | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.gitconfig##d.openSUSE b/.gitconfig##d.openSUSE index 03eed7d..d300f1e 100644 --- a/.gitconfig##d.openSUSE +++ b/.gitconfig##d.openSUSE @@ -21,17 +21,17 @@ #helper = libsecret [alias] up = !git pull --prune $@ && git submodule update --init --recursive -#[color] -# ui = auto -#[color "branch"] -# remote = blue -# local = cyan -#[core] -# editor = vim -#[pull] -# rebase = true -#[push] -# default = simple -#[submodule] -# recurse = true +[color] + ui = auto +[color "branch"] + remote = blue + local = cyan +[core] + editor = vim +[pull] + rebase = true +[push] + default = simple +[submodule] + recurse = true