-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgitconfig
More file actions
57 lines (54 loc) · 1.44 KB
/
gitconfig
File metadata and controls
57 lines (54 loc) · 1.44 KB
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
54
55
56
57
[user]
name = Jason Jones
email = jsjones96@gmail.com
[apply]
whitespace = nowarn
[color]
ui = auto
[help]
autocorrect = 1
[core]
autocrlf = input
pager = delta
[push]
default = simple
[credential]
helper = cache --timeout=86400
[init]
defaultBranch = main
[branch "main"]
rebase = true
[gimlet]
telemetry-host-id = A0A3D831-1614-401D-B917-609CD9ED8F6B
lfs-token-warning-timestamp = 1778210463
[pull]
rebase = true
[gimlet "automaint-daily"]
repo = /opt/workspace/core-public
[delta]
features = side-by-side line-numbers decorations
syntax-theme = Dracula
plus-style = syntax "#003800"
minus-style = syntax "#3f0001"
[delta "decorations"]
commit-decoration-style = bold yellow box ul
file-style = bold yellow ul
file-decoration-style = none
hunk-header-decoration-style = cyan box ul
[delta "line-numbers"]
line-numbers-left-style = cyan
line-numbers-right-style = cyan
line-numbers-minus-style = 124
line-numbers-plus-style = 28
[credential "https://git.soma.salesforce.com"]
helper =
helper = !/Users/jasonjones/.aisuite/bin/gh auth git-credential
[credential "https://gitcore.soma.salesforce.com"]
helper =
helper = !/Users/jasonjones/.aisuite/bin/gh auth git-credential
[credential "https://github.com"]
helper =
helper = !/Users/jasonjones/.aisuite/bin/gh auth git-credential
[credential "https://gist.github.com"]
helper =
helper = !/Users/jasonjones/.aisuite/bin/gh auth git-credential