-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.tmpl
More file actions
54 lines (41 loc) · 871 Bytes
/
config.tmpl
File metadata and controls
54 lines (41 loc) · 871 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
44
45
46
47
48
49
50
51
52
53
54
[credential]
helper = /usr/local/share/gcm-core/git-credential-manager
useHttpPath = true
azreposCredentialType = oauth
[init]
defaultBranch = main
[core]
excludesfile = ~/.config/git/ignore_global
whitespace = trailing-space,space-before-tab
fsmonitor = true
autocrlf = input
editor = code --wait --new-window
untrackedCache = true
[status]
branch = true
[pull]
rebase = true
ff = only
[rebase]
autoStash = true
[fetch]
prune = true
pruneTags = true
fsckObjects = true
[transfer]
fsckObjects = true
[receive]
fsckObjects = true
[diff]
algorithm = histogram
colorMoved = default
[merge]
conflictstyle = zdiff3
[rerere]
enabled = true
autoupdate = true
[safe]
directory = *
{{ if .bitwarden.notes.git_user_path_definition -}}
{{ (bitwarden "item" .bitwarden.notes.git_user_path_definition).notes }}
{{- end }}