dot-files/git/.gitconfig

23 lines
332 B
INI
Raw Normal View History

2019-07-11 13:54:59 +02:00
[core]
excludesfile = ~/.gitignore
[color]
ui = auto
branch = auto
diff = auto
interactive = auto
status = auto
[commit]
verbose = true
[pull]
rebase = true
[branch]
autosetubrebase = always
[push]
default = simple
[rebase]
autoSquash = true
autoStash = true
[user]
email = bruno.belanyi@epita.fr
name = Bruno BELANYI