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