gitconfig: use vi; add pull config

This commit is contained in:
Lucas 2020-07-09 21:46:24 +00:00
parent bfe6426a9b
commit 4028159ae1
1 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# env
# Written in 2019 by Lucas
# Written in 2019-2020 by Lucas
# CC0 1.0 Universal/Public domain - No rights reserved
#
# To the extent possible under law, the author(s) have dedicated all
@ -14,7 +14,7 @@
email = lucas@domain.invalid
[core]
editor = ed
editor = vi
excludesfile = ~/.gitignore
[color]
@ -37,5 +37,8 @@
st = status -s
tree = log --all --graph --pretty='%h%d %aN: %s'
[pull]
rebase = false
[push]
default = simple