nerd stuff
1[user]
2 email = git@imabanana80.com
3 name = Banana
4
5[core]
6 compression = 8
7 whitespace = error
8 preloadindex = true
9
10[inti]
11 defaultBranch = main
12
13[status]
14 branch = true
15 showUntrackedFiles = all
16
17[push]
18 autoSetupRemote = true
19 default = current
20 followTags = true
21
22[pull]
23 default = current
24 rebase = true
25
26[rebase]
27 autoStash = true
28 missingCommitsCheck = warn
29
30[log]
31 abbrevCommit = true
32
33[branch]
34 sort = -committerdate
35
36[tag]
37 sort = -taggerdate
38[alias]
39 mirror = !git-mirror.sh