-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgitconfig
More file actions
43 lines (36 loc) · 755 Bytes
/
Copy pathgitconfig
File metadata and controls
43 lines (36 loc) · 755 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]
email = caleb.eby01@gmail.com
name = Caleb Eby
[credential]
helper = store
[core]
editor = nvim
excludesfile = ~/dotfiles/gitignore
pager = delta
attributesfile = /home/caleb/.gitattributes
[hub]
protocol = https
[push]
default = current
[github]
user = calebeby
[fetch]
prune = true
[merge "npm-merge-driver"]
name = automatically merge npm lockfiles
driver = npx npm-merge-driver merge %A %O %B %P
# vim: ft=gitconfig
[pull]
rebase = false
[init]
defaultBranch = main
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[diff "xlsx"]
textconv = "~/dotfiles/xlsx-diff.sh"
cachetextconv = true
# [http]
# proxy = http://192.168.49.1:9099