1
0
.dotfiles/home/.gitconfig

27 lines
305 B
INI
Raw Normal View History

2014-02-28 23:42:51 +00:00
[user]
name = Noah Petherbridge
email = root@kirsle.net
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
2016-06-06 17:15:27 +00:00
# (mt) git-project
[project]
defaultprojecttype = branch