Re-enabled gitconfig options

This commit is contained in:
Eric Renfro 2020-11-29 08:58:31 -05:00
parent 1f549b8182
commit a68e57f149
1 changed files with 13 additions and 13 deletions

View File

@ -21,17 +21,17 @@
#helper = libsecret #helper = libsecret
[alias] [alias]
up = !git pull --prune $@ && git submodule update --init --recursive up = !git pull --prune $@ && git submodule update --init --recursive
#[color] [color]
# ui = auto ui = auto
#[color "branch"] [color "branch"]
# remote = blue remote = blue
# local = cyan local = cyan
#[core] [core]
# editor = vim editor = vim
#[pull] [pull]
# rebase = true rebase = true
#[push] [push]
# default = simple default = simple
#[submodule] [submodule]
# recurse = true recurse = true