dot_config/.gitconfig

17 lines
345 B
INI

[user]
email = paul@hptrow.me
name = Paul Trowbridge
[core]
autocrlf = false
editor = vim
[push]
default = simple
[alias]
quick-stats = ! /usr/local/bin/git-quick-stats
[log]
date = format:%Y-%m-%d %H:%M:%S
[format]
pretty = format:'%C(yellow)%h %Cred%ad %Cblue%an %Cgreen%d %Creset%s'
[diff]
tool = vimdiff