2019-07-11 13:54:59 +02:00
|
|
|
[core]
|
2019-07-13 00:55:04 +02:00
|
|
|
excludesfile = ~/.gitignore
|
2019-07-11 13:54:59 +02:00
|
|
|
[color]
|
2019-07-13 00:55:04 +02:00
|
|
|
ui = auto
|
|
|
|
branch = auto
|
|
|
|
diff = auto
|
|
|
|
interactive = auto
|
|
|
|
status = auto
|
2019-07-11 13:54:59 +02:00
|
|
|
[commit]
|
2019-07-13 00:55:04 +02:00
|
|
|
verbose = true
|
2019-07-11 13:54:59 +02:00
|
|
|
[pull]
|
2019-07-13 00:55:04 +02:00
|
|
|
rebase = true
|
2019-07-11 13:54:59 +02:00
|
|
|
[branch]
|
2019-07-13 00:55:04 +02:00
|
|
|
autosetubrebase = always
|
2019-07-11 13:54:59 +02:00
|
|
|
[push]
|
2019-07-13 00:55:04 +02:00
|
|
|
default = simple
|
2019-07-11 13:54:59 +02:00
|
|
|
[rebase]
|
2019-07-13 00:55:04 +02:00
|
|
|
autoSquash = true
|
|
|
|
autoStash = true
|
2019-07-11 13:54:59 +02:00
|
|
|
[user]
|
2019-07-13 00:55:04 +02:00
|
|
|
email = bruno.belanyi@epita.fr
|
|
|
|
name = Bruno BELANYI
|
|
|
|
|
|
|
|
[alias]
|
|
|
|
lol = log --graph --decorate --pretty=oneline --abbrev-commit
|
|
|
|
lola = log --graph --decorate --pretty=oneline --abbrev-commit --all
|
|
|
|
trim = reflog expire --expire-unreachable=now --all
|
|
|
|
chop = gc --prune=now
|
|
|
|
optimize = repack -a -d -f --depth=250 --window=250
|
|
|
|
pf = pull --ff-only
|