Ultima attività 1755459726

attributes Raw
1*.el diff=elisp
2*.org diff=org
3*.md diff=markdown
config Raw
1[user]
2 name = Holy-Elie Scaide
3 email = hey@hescaide.me
4
5[alias]
6 a = add
7 cm = commit -m
8 d = diff
9 ds = diff --staged
10 last = last -1 HEAD
11 lg = log --graph --all --pretty=format:'%C(auto)%h%C(reset) %C(blue)(%cr)%C(reset)%C(auto)%d%C(reset) %s %C(green)<%an>%C(reset)'
12 poh = push -u origin HEAD
13 s = status
14 sh = show
15 u = remote -v
16
17[pull]
18 rebase = true
19[core]
20 editor = vim
21 autocrlf = input
22
23[diff]
24 algorithm = histogram
25 colorMoved = plain
26 mnemonicPrefix = true
27 renames = true
28 context = 5
29 noprefix = true
30[init]
31 defaultBranch = main
32[sendemail]
33 sendmailCmd = /usr/bin/msmtp
34[format]
35 pretty = fuller
36[log]
37 date = iso
38[branch]
39 sort = -committerdate
40[column]
41 ui = auto
42[rerere]
43 enabled = true
44 autoupdate = true
45[diff "gpg"]
46 textconv = gpg --no-tty --decrypt
47