dotfiles/git/gitconfig
Colin Henry d0253b4dab updates
2021-08-22 20:49:43 -07:00

19 lines
464 B
Plaintext
Executable File

[hub]
protocol = https
[core]
excludesfile = /opt/boxen/config/git/gitignore
[user]
name = Colin Henry
email = jchenry@users.noreply.github.com
[push]
default = simple
[merge]
tool = kdiff3
[alias]
lgb = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset%n' --abbrev-commit --date=relative --branches
[mergetool "kdiff3"]
path = /Applications/kdiff3.app/Contents/MacOS/kdiff3
[http]
sslverify = true