-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitconfig
More file actions
43 lines (43 loc) · 850 Bytes
/
.gitconfig
File metadata and controls
43 lines (43 loc) · 850 Bytes
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
[user]
name = Ting-Yu Lin
email = aethanyc@gmail.com
[core]
whitespace = cr-at-eol,tab-in-indent
commentChar = ";"
[color]
ui = true
[i18n]
filesEncoding = utf-8
[branch]
autosetuprebase = always
sort = -committerdate
[alias]
co = checkout
br = branch
[push]
default = current
[magit]
extension = wip-save
[merge]
tool = emerge
[mergetool "emerge"]
cmd = emacs --eval \"(ediff-merge-files-with-ancestor \\\"$LOCAL\\\" \\\"$REMOTE\\\" \\\"$BASE\\\" nil \\\"$MERGED\\\")\"
[mergetool]
prompt = false
[diff]
tool = ediff
[difftool "ediff"]
cmd = emacs --eval \"(ediff-files \\\"$LOCAL\\\" \\\"$REMOTE\\\")\"
[difftool]
prompt = false
[fetch]
prune = true
[cinnabar]
helper = ~/.mozbuild/git-cinnabar/git-cinnabar-helper
version-check = 1717780140
[pull]
rebase = true
[pager]
branch = false
[maintenance]
repo = ~/Projects/gecko