blob: ebc5dce7ad12ef92f13d0e4dc097800d486e3d1a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
[user]
name = Matt Singleton
email = matthew.j.singleton@gmail.com
[alias]
st = status
ci = commit
br = branch
co = checkout
df = diff
lg = log -p
[core]
whitespace = trailing-space,space-before-tab,cr-at-eol
editor = vim
autocrlf = input
excludesfile = /Users/matt/.gitignore
[push]
default = nothing
[color]
ui = true
|