| 123456789101112 | [user]
	name = Robin THONI
	email = robin@rthoni.com
[alias]
	ci = commit
	p = push
        lg = log --decorate --oneline
  lgg = "! (git log --graph --pretty=format:'%Cred%h%Creset - %C(bold blue)<%an>%C(bold yellow)%d%Creset %s %C(bold green)(%<(5,trunc)%ad%x08 %<(18,trunc)%ai%x08 ~ %ar%x08)%Creset' --abbrev-commit; echo) | sed 's/ ago\\x08//g;s/..\\x08//g'"
[color]
	status = auto
[push]
	default = simple
 |