aboutsummaryrefslogtreecommitdiff
path: root/.gitconfig
blob: 4d3819b98cc343647bba801a07040c208bc3e77c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[user]
	name = Mitja Felicijan
	email = mitja.felicijan@gmail.com
	signingkey = mitja.felicijan@gmail.com
[core]
	editor = vim
[commit]
	gpgsign = true
[tag]
	gpgsign = true
[alias]
	pushall = !sh -c \"git remote | xargs -L1 git push --all\"
	tree = log --oneline --graph
[init]
	defaultBranch = master
[pull]
	rebase = true