1
0
.dotfiles/home/.gitconfig

24 lines
279 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
2016-06-06 17:15:27 +00:00
# (mt) git-project
[project]
defaultprojecttype = branch