~xdavidwu/dotfiles

ref: 6cd74f9d94ca2d55571880365048d91eba655681 dotfiles/.config/git/config -rw-r--r-- 852 bytes
6cd74f9dPinghao Wu config: leavecc 4 months ago
                                                                                
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
[user]
	name = Pinghao Wu
	email = xdavidwuph@gmail.com
[commit]
	gpgSign = true
	cleanup = scissors
[push]
	gpgSign = if-asked
[pager]
	log = (diff-highlight 2>/dev/null || /usr/share/git/diff-highlight/diff-highlight 2>/dev/null || cat) | less
	show = (diff-highlight 2>/dev/null || /usr/share/git/diff-highlight/diff-highlight 2>/dev/null || cat) | less
	diff = (diff-highlight 2>/dev/null || /usr/share/git/diff-highlight/diff-highlight 2>/dev/null || cat) | less
[sendemail]
	smtpEncryption = tls
	smtpServer = smtp.gmail.com
	smtpUser = xdavidwuph@gmail.com
	smtpServerPort = 587
	annotate = yes
[includeIf "gitdir:~/automated/"]
	path = ~/.config/git/config-automated
[pull]
	rebase = true
[filter "lfs"]
	clean = git-lfs clean -- %f
	smudge = git-lfs smudge -- %f
	process = git-lfs filter-process
	required = true
[init]
	defaultBranch = main