My dotfiles. Period.

gitconfig 278B

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