blob: 0c7fa8d074793f2af5f993145f2e653dd4788e85 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
[user]
name = Mitja Felicijan
email = mitja.felicijan@gmail.com
signingkey = ~/.ssh/id_rsa.pub
[core]
editor = vim
[commit]
gpgsign = true
verbose = true
[tag]
gpgsign = true
[init]
defaultBranch = master
[pull]
rebase = true
[gpg]
format = ssh
[filter "lfs"]
required = true
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
|