[ADD][GIT] Aliases for logging and misc utilities

This commit is contained in:
Bruno BELANYI 2019-07-13 00:55:04 +02:00
parent de345379ba
commit ecc2435f3e

View file

@ -20,3 +20,11 @@
[user]
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