1[user]
2 name = Mitja Felicijan
3 email = mitja.felicijan@gmail.com
4 signingkey = ~/.ssh/id_rsa.pub
5[core]
6 editor = vim
7[commit]
8 gpgsign = true
9 verbose = true
10[tag]
11 gpgsign = true
12[init]
13 defaultBranch = master
14[pull]
15 rebase = true
16[gpg]
17 format = ssh
18[alias]
19 pushall = !sh -c \"git remote | xargs -L1 git push --all --force-with-lease\"
20 tree = log --oneline --graph
21[filter "lfs"]
22 required = true
23 clean = git-lfs clean -- %f
24 smudge = git-lfs smudge -- %f
25 process = git-lfs filter-process