gitconfig 458 B

123456789101112131415
  1. [user]
  2. name = demure
  3. email = demuredemeanor@gmail.com
  4. [push]
  5. default = simple
  6. [color]
  7. ui = true
  8. [alias]
  9. st = status -sb
  10. cmm = commit -m
  11. d = difftool --tool=vimdiff --no-prompt
  12. report = "log --author=demure --since='2 sunday ago' --until='1 sunday ago' --format='%Cgreen%ci%Creset %s%Creset' --no-merges"
  13. glog = log --all --pretty='format:%d %Cgreen%h%Creset %an - %s' --graph
  14. hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short