-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitconfig
More file actions
34 lines (33 loc) · 719 Bytes
/
Copy path.gitconfig
File metadata and controls
34 lines (33 loc) · 719 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
# Create a symlink to home directory.
# ln -s ~/repos/dotfiles/.gitconfig ~/.gitconfig
[color]
ui = true
[user]
name = Cristian Lluis
email = cristian@lluis.ch
signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAtY5GaHmq174cRvMFH1qTVEtuC+mMy8QrjQs+YQMDWW
[push]
default = simple
[core]
autocrlf = input
editor = code --wait
excludesfile = ~/.gitignore_global
[pull]
rebase = true
[fetch]
prune = true
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[gpg]
format = ssh
[gpg "ssh"]
program = /Applications/1Password.app/Contents/MacOS/op-ssh-sign
[commit]
gpgsign = true
[completion]
verbose = false
[init]
defaultBranch = main