forked from edgecase/pairing-config
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitconfig
76 lines (64 loc) · 1.84 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
75
76
[user]
name = Pairing Machine
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
[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 = John Andrews <john.m.andrews@gmail.com>
authors = Ken Barker <ken@theedgecase.com>
authors = Kevin Farst <kevin@edgecase.com>
authors = Felix Flores <felix@edgecase.com>
authors = Leon Gersing <fallenrogue@gmail.com>
authors = Adam McCrea <adam@edgecase.com>
authors = Monica McJunkin <monica@theedgecase.com>
authors = Jerry Nummi <jerry@edgecase.com>
authors = Joe O'Brien <joe@theedgecase.com>
authors = Marc Peabody <marc@edgecase.com>
authors = Paul Wilson <paul@edgecase.com>
authors = Tony Schneider <tonywok@gmail.com>
authors = Drew Neil <andrew.jr.neil@gmail.com>
authors = Mike Enriquez <mike@enriquez.me>
authors = Abdel Saleh <abdel@edgecase.com>
authors = Matt Yoho <mby@mattyoho.com>
authors = Andy A Maleh <andy@obtiva.com>
authors = Jim Weirich <jim@edgecase.com>