Re-enabled gitconfig options
This commit is contained in:
parent
1f549b8182
commit
a68e57f149
1 changed files with 13 additions and 13 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue