1
0
.dotfiles/home/.gitconfig

23 lines
246 B
INI
Raw Normal View History

2014-02-28 23:42:51 +00:00
[user]
name = Noah Petherbridge
email = root@kirsle.net
[alias]
ci = commit
co = checkout
br = branch
st = status
[core]
editor = vim
[color]
ui = true
diff = true
pager = true
status = auto
branch = auto
[push]
default = simple