[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 [alias] pushall = !sh -c \"git remote | xargs -L1 git push --all --force-with-lease\" tree = log --oneline --graph [filter "lfs"] required = true clean = git-lfs clean -- %f smudge = git-lfs smudge -- %f process = git-lfs filter-process