-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitconfig
45 lines (45 loc) · 819 Bytes
/
.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
[alias]
co = checkout
ci = commit
st = status
br = branch --sort=-committerdate
[core]
editor = nvim
fsmonitor = true
[user]
email = sluongng@gmail.com
name = Son Luong Ngoc
[commit]
verbose = true
[pull]
rebase = true
[rebase]
autoStash = true
autoSquash = true
updateRefs = true
[push]
autoSetupRemote = true
[merge]
stat = false
tool = nvimdiff2
conflictstyle = diff3
[advice]
skippedCherryPicks = false
[diff]
wsErrorHighlight = all
tool = nvimdiff
[fetch]
prune = true
pruneTags = true
[filter "lfs"]
required = true
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
[credential]
helper =
helper = /usr/local/share/gcm-core/git-credential-manager
[mergetool]
keepBackup = false
[maintenance]
repo = /Users/sluongng/work/buildbuddy/buildbuddy