dot dot dotfiles
1[user]
2 name = mpadge
3 email = mark.padgham@email.com
4[core]
5 autocrlf = input
6 safecrlf = true
7 editor = nvim
8[alias]
9 co = checkout
10 ci = commit
11 st = status -uno
12 br = branch
13 #hist = log --graph --all --date=short --pretty=format:'%Cred%h%Creset%x09%ad - %Cgreen%d%Cblue%s%Creset'
14 hist = log --graph --date=short --pretty=format:'%Cred%h%Creset%x09%ad - %Cgreen%d%Cblue%s%Creset'
15 type = cat-file -t
16 dump = cat-file -p
17[pull]
18 rebase = true
19[push]
20 default = simple
21#[http]
22# version = HTTP/1.1
23[credential]
24 helper = cache
25[init]
26 defaultBranch = main
27[safe]
28 directory = /usr/local/searxng-docker
29[diff]
30 algorithm = histogram
31 colorMoved = plain
32 mnemonicPrefix = true
33 renames = true
34[fetch]
35 prune = true
36 pruneTags = true
37 all = false
38[rebase]
39 autoSquash = true
40 autoStash = true
41 updateRefs = true
42[help]
43 autocorrect = prompt