Files
dotfiles/gitconfig
2020-04-22 08:04:39 -07:00

17 lines
393 B
Plaintext

[user]
name = Tim McCarthy
email = tim.mccarthy@sri.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
[credential]
helper = store