-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitconfig
53 lines (53 loc) · 1.17 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
[user]
name = Mina Almasry
email = [email protected]
[color]
branch = auto
diff = auto
interactive = auto
status = auto
ui = true
[alias]
lol = log --decorate --pretty=cite --abbrev-commit
a = add
ap = add -p
s = status -sb
co = checkout
cof = checkout --
br = branch
cm = commit
sm = submodule
ph = push
pl = pull
df = diff --color-words
sh = show --color-words
moz-patch = format-patch -U8 -p --subject-prefix=""
[push]
default = current
[log]
decorate = true
format = graph
[core]
autocrlf = input
editor = vim
[sendemail]
from = Mina Almasry <[email protected]>
smtpserver = /usr/bin/sendgmr
[credential]
helper = cache
[rerere]
enabled = 0
[am]
threeWay = true
[pretty]
mine = %C(yellow)commit %h (\"%s\") %C(red)%d%n%C(white)Author: %an <%ae>%nDate: %ad%n%n%w(0,4,4)%B%n
cite = %C(yellow)%h %C(white)(\"%s\") %C(red)%d
[format]
pretty = mine
[http]
cookiefile = /usr/local/google/home/almasrymina/.gitcookies
[url "sso://cos/"]
insteadOf = https://cos.googlesource.com/
insteadOf = https://cos-review.googlesource.com/
insteadOf = http://cos.googlesource.com/
insteadOf = http://cos-review.googlesource.com/