aboutsummaryrefslogtreecommitdiff
path: root/store/config/home/gitconfig
blob: 4b88c567f03670ae147b319fd6a2dc0c1bbffc3d (plain)
1
2
3
4
5
6
7
8
9
10
11
[user]
	name = Yuqian Yang
	email = crupest@crupest.life
[core]
	autocrlf = false
	editor = vim
[credential]
	helper = /usr/lib/git-core/git-credential-libsecret
[alias]
	lg = log --decorate --oneline --graph
	pap = push --all --prune