Re-enabled gitconfig options

This commit is contained in:
Eric Renfro 2020-11-29 08:58:31 -05:00
parent ad51da47ad
commit 087e5947cf
Signed by untrusted user who does not match committer: psi-jack
GPG Key ID: 14977F3A50D9A5BF
1 changed files with 13 additions and 13 deletions

View File

@ -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