# Global Git configuration file. dnl Load m4 macros. include(../lib.m4) [user] name = Simon Ruderich email = simon@ruderich.org [color] ui = auto [core] editor = vim excludesfile = GITIGNORE [alias] # Shortcuts for often used commands. ci = commit -v di = diff st = status co = checkout br = branch me = merge # Custom commands. fs = fsck --strict --full glog = log --pretty=oneline --graph --all [merge] IF(OS, darwin) tool = opendiff FI IF(OS, debian) tool = vimdiff FI # vim: ft=gitconfig