This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
misc-thomas/dotfiles/.gitconfig

11 lines
254 B
INI

[user]
email = tnoel@entrouvert.com
name = Thomas NOËL
[alias]
lastcommit = show --no-patch --no-decorate
#lol = log --oneline --abbrev
lol = log --pretty=format:\"%C(yellow)%h %Cgreen%cs%Creset%Cred%d%Creset %s %Cblue%al\"
[pull]
rebase = false