2014-02-28 23:42:51 +00:00
|
|
|
[user]
|
|
|
|
name = Noah Petherbridge
|
2016-02-26 22:15:21 +00:00
|
|
|
email = "(none)" # Use `gu` to set this on a per-repo basis
|
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
|