summaryrefslogtreecommitdiff
path: root/.gitconfig
blob: 9483e582176ac1927d22e560e49230ef36a6e6e8 (plain)
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
[alias]
	adog = log --all --oneline --graph --format='%C(cyan)%h %C(magenta)%an%C(auto)%d %<(80,trunc)%s'
[branch]
	sort = -committerdate
[column]
	ui = auto
[commit]
	gpgsign = true
	verbose = true
[core]
	editor = nvim
[diff]
	algorithm = histogram
	colorMoved = plain
	mnemonicPrefix = true
	renames = true
[help]
	autocorrect = immediate
[init]
	defaultBranch = master
[merge]
	conflictstyle = zdiff3
[pull]
	rebase = true
[push]
	autoSetupRemote = true
[tag]
	gpgsign = true
	sort = version:refname
[user]
	email = mail@mhsn.net
	name = mhsn
	signingkey = BABE9F12A20922D8C71A7499D63E2C6BDA5DDE1A