-
Notifications
You must be signed in to change notification settings - Fork 18
/
.gitconfig
74 lines (61 loc) · 1.61 KB
/
.gitconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
[user]
name = Edgecase Pairing
email = pairing@edgecase.com
[color]
branch = auto
diff = auto
status = auto
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "diff"]
meta = yellow bold
frag = magenta bold
old = red bold
new = green bold
[color "status"]
added = yellow
changed = green
untracked = cyan
[merge]
tool = opendiff
[core]
legacyheaders = false
excludesfile = /Users/pairing/.gitignore
autocrlf = input
safecrlf = true
[repack]
usedeltabaseoffset = true
[alias]
br = branch
ch = cherry -v origin
ci = commit
co = checkout
df = diff
mine = log --author=Pairing
st = status
lg = log --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%Creset' --graph --abbrev-commit --date=relative
put = "push origin HEAD"
hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
[diff "ruby"]
funcname = ^ *\\(\\(class\\|module\\|def\\) .*\\)
[push]
default = matching
[branch "master"]
remote = origin
merge = refs/heads/master
[git-pair]
authors = Aaron Christy <aaron@neo.com>
authors = Aaron Specht Baker <aaron.baker@neo.com>
authors = Felix Flores <felix@neo.com>
authors = Jerry Nummi <jerry@neo.com>
authors = Chandu Tennety <chandu@neo.com>
authors = Chris Westra <chris.westra@neo.com>
authors = Scott Walker <scott.walker@neo.com>
authors = Tony Schneider <tonywok@gmail.com>
authors = Ryan Stocker <ryan.stocker@neo.com>
authors = Alex Burkhart <saterus@gmail.com>
authors = James Martinez <james@neo.com>
[init]
templatedir = ~/.git_template