summaryrefslogtreecommitdiff
path: root/.config/git/config
blob: 2d66d36fe23084b6e0e24f16d0d5f5e214fe6f11 (plain) (blame)
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
[user]
	email = me@runxiyu.org
	name = Runxi Yu
	signingkey = 4B9840F43793EAFC56242BC6066289148176003F
[sendemail]
	sendmailCmd = /usr/bin/msmtp --account runxiyu
	annotate = yes
	confirm = auto
[alias]
	pushall = !git remote | xargs -L1 git push --all --verbose
	cite = log -1 --pretty=cite
	logt = log --graph --decorate --color=auto --oneline --all
	cs = commit --signoff
	ec = commit -m '' --allow-empty-message
	c = commit
	a = add
	s = status
	rbi = rebase -i
	unstage = restore --staged
	untrack = rm --cached
	p = push --verbose
	po = push origin --all --verbose
	pm = push mirrors --all --verbose
[init]
	defaultBranch = master
[commit]
	gpgsign = true
	verbose = true
[tag]
	gpgsign = true
	annotated = true
[merge]
	conflictstyle = diff3
	tool = vimdiff
[am]
	threeWay = true
[log]
	date = iso
[pull]
	rebase = true
[core]
	excludesFile = ~/.config/git/exclude
[diff]
	algorithm = histogram

[notemap]
	imapServer = mail.runxiyu.org
	imapServerPort = 993
	imapUser = me@runxiyu.org