You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

gitconfig 411B

123456789101112
  1. [user]
  2. name = Robin THONI
  3. email = robin@rthoni.com
  4. [alias]
  5. ci = commit
  6. p = push
  7. lg = log --decorate --oneline
  8. 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'"
  9. [color]
  10. status = auto
  11. [push]
  12. default = simple