1
0
.dotfiles/home/.gitconfig

25 lines
276 B
INI
Raw Normal View History

2014-02-28 23:42:51 +00:00
[user]
name = Noah Petherbridge
email = (none)
2014-02-28 23:42:51 +00:00
[alias]
ci = commit
co = checkout
br = branch
st = status
[core]
editor = vim
[color]
ui = true
diff = true
pager = true
status = auto
branch = auto
[push]
2014-10-08 19:01:51 +00:00
default = simple
[project]
defaultprojecttype = branch