dot_config/.gitconfig

17 lines
328 B
INI
Raw Normal View History

2020-05-17 00:05:00 -04:00
[user]
email = paul@hptrow.me
name = Paul Trowbridge
[core]
autocrlf = false
editor = vim
[push]
default = simple
[alias]
pushall = !git remote | xargs -L1 git push --all
2020-05-17 00:05:00 -04:00
[log]
date = format:%Y-%m-%d %H:%M:%S
2020-05-17 00:05:00 -04:00
[format]
pretty = format:'%C(yellow)%h %Cred%ad %Cblue%an %Cgreen%d %Creset%s'
[diff]
tool = vimdiff