[user]
name = Victor Franzi
email = [email protected]
signingkey = 6DA5214B8957696191C65F2F4AEA961D2B73877D
[alias]
a = add
br = branch
c = commit
ca = commit -a
cam = commit -am
canm = commit -anm
ci = commit
cm = commit -m
cnm = commit -nm
co = checkout
d = diff
l = log
pl = pull
ps = push
st = status -sb
ts = status -sb
[url "https://aur.archlinux.org/"]
insteadOf = aur:
[url "[email protected]:"]
insteadOf = gh:
[core]
editor = nvim
[push]
default = simple
[color]
ui = auto
diff = auto
branch = auto
status = auto
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "diff"]
meta = yellow
frag = magenta
old = red
new = green
[color "status"]
added = yellow
changed = green
untracked = cyan
[help]
autocorrect = 1
[init]
templatedir = ~/.git-template
defaultBranch = main
[pull]
rebase = false