summaryrefslogtreecommitdiff
path: root/dot_config/git/config
blob: 2704edfb9d3257987641b3916a468ec0897a755d (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
[alias]
	aa = add -A
	bd = branch -D
	ci = commit --verbose
	co = checkout
	cb = checkout -b
	dc = diff --cached
	st = status
	root = rev-parse --show-toplevel
[apply]
	whitespace = warn
[diff]
	algorithm = histogram
[init]
	defaultBranch = main
[push]
	autoSetupRemote = true
[rebase]
	autoSquash = true
[sendemail]
	from = code@toast.bunkerlabs.net
	smtpencryption = tls
	smtpserver = smtp.migadu.com
	smtpserverport = 465
	smtpuser = toast@bunkerlabs.net
[status]
	branch = true
	short = true
[user]
	email = code@toast.bunkerlabs.net
	name = Chloé Vulquin

[url "git@github.com:CosmicToast/"]
	insteadOf = "st:"

[url "https://github.com/"]
	insteadOf = "gh:"

[filter "lfs"]
	smudge = git-lfs smudge -- %f
	process = git-lfs filter-process
	required = true
	clean = git-lfs clean -- %f