-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitconfig
39 lines (38 loc) · 870 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
[user]
email = [email protected]
name = amit handa
[push]
default = simple
[core]
editor = vim
compression = 0
packedGitLimit = 8192m
packedGitWindowSize = 8192m
compression = 9
compression = 9
#[pack]
# deltaCacheSize = 2048m
# packSizeLimit = 4096m
# windowMemory = 4096m
[credential]
helper = osxkeychain
[branch]
autosetuprebase = always
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[hub]
protocol = https
[credential "https://github.com/doordash"]
helper =
helper = !/opt/homebrew/bin/gh auth git-credential
[credential "https://github.com/amit-handda"]
helper =
helper = !/opt/homebrew/bin/gh auth git-credential
[credential "https://gist.github.com/amit-handda"]
helper =
helper = !/opt/homebrew/bin/gh auth git-credential
[http]
postBuffer = 524288000