My dotfiles. Period.

gitconfig 225B

12345678910
  1. [push]
  2. default = simple
  3. [user]
  4. name = Alois Mahdal
  5. [color]
  6. ui = true
  7. [core]
  8. editor = vim
  9. [alias]
  10. gr = log --graph --full-history --all --color --pretty=tformat:"%x1b[31m%h%x09%x1b[32m%d%x1b[0m%x20%s%x1b[0m"