dotfiles/gitconfig
Eryn Wells e4774cbd3d Add quotepath to gitconfig
I think this gets added automatically. I certainly didn't add it...
2012-01-09 16:30:01 -08:00

16 lines
374 B
Text

[user]
name = Eryn Wells
email = eryn@erynwells.me
[core]
editor = vim
quotepath = false
[color]
ui = auto
[merge]
tool = vimdiff
[alias]
st = status
co = checkout
ci = commit
br = branch
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative