-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdot_gitconfig
More file actions
50 lines (37 loc) · 735 Bytes
/
Copy pathdot_gitconfig
File metadata and controls
50 lines (37 loc) · 735 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
[user]
email = git@pepperlink.nl
name = Cathelijne Hornstra
gitdir = /home/lijn/Work/self/git
signingkey = 6B3450A4BE6E132D!
[init]
templatedir = ~/.git_templates
defaultBranch = main
[commit]
gpgsign = true
[github]
email = github@hornstra.com
[bitbucket]
email = bitbucket@hornstra.com
[gitlab]
email = gitlab@hornstra.com
[pepperlink]
email = git@pepperlink.nl
[codeberg]
email = mastodon@hornstra.com
[push]
default = matching
[pull]
ff = only
[core]
precomposeunicode = true
autocrlf = false
[filter "lfs"]
process = git-lfs filter-process
required = true
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
[credential]
helper = ""
[credential]
helper = osxkeychain
# helper = netlify