Newer
Older
server-setup / .gitconfig
  1. [user]
  2. name = Daniel Vedder\n
  3. email = daniel.vedder@stud-mail.uni-wuerzburg.de
  4.  
  5. [core]
  6. editor = vim
  7.  
  8. [color]
  9. ui = auto
  10.  
  11. [alias]
  12. history = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
  13. co = checkout
  14. hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short
  15. diffc = diff --cached
  16.  
  17. [push]
  18. default = simple