gitconfig: use vi; add pull config
This commit is contained in:
parent
bfe6426a9b
commit
4028159ae1
@ -1,5 +1,5 @@
|
|||||||
# env
|
# env
|
||||||
# Written in 2019 by Lucas
|
# Written in 2019-2020 by Lucas
|
||||||
# CC0 1.0 Universal/Public domain - No rights reserved
|
# CC0 1.0 Universal/Public domain - No rights reserved
|
||||||
#
|
#
|
||||||
# To the extent possible under law, the author(s) have dedicated all
|
# To the extent possible under law, the author(s) have dedicated all
|
||||||
@ -14,7 +14,7 @@
|
|||||||
email = lucas@domain.invalid
|
email = lucas@domain.invalid
|
||||||
|
|
||||||
[core]
|
[core]
|
||||||
editor = ed
|
editor = vi
|
||||||
excludesfile = ~/.gitignore
|
excludesfile = ~/.gitignore
|
||||||
|
|
||||||
[color]
|
[color]
|
||||||
@ -37,5 +37,8 @@
|
|||||||
st = status -s
|
st = status -s
|
||||||
tree = log --all --graph --pretty='%h%d %aN: %s'
|
tree = log --all --graph --pretty='%h%d %aN: %s'
|
||||||
|
|
||||||
|
[pull]
|
||||||
|
rebase = false
|
||||||
|
|
||||||
[push]
|
[push]
|
||||||
default = simple
|
default = simple
|
||||||
|
Loading…
Reference in New Issue
Block a user