Files
dotfiles/gitconfig
Tim McCarthy 7018833fa1 Update git config
- Add integrity checks for git transfers.
- Add .pyc files to global gitignore.
2016-02-01 11:46:24 -08:00

14 lines
362 B
Plaintext

[user]
name = Tim McCarthy
email = thoomfish@gmail.com
[color]
ui = true
[alias]
amend = commit --amend -C HEAD
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
[push]
default = simple
[core]
excludesfile = ~/.dotfiles/gitignore-global
[transfer]
fsckobjects = true