dotfiles/.config/git/config

57 lines
1.2 KiB
Plaintext

[user]
email = phantop@tuta.io
name = Phantop
[credential]
helper = libsecret
[core]
quotepath = false
commitGraph = true
[gc]
writeCommitGraph = true
[cola]
spellcheck = false
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[url "https://aur.archlinux.org/"]
insteadOf = "aur:"
[url "https://dev.getsol.us/source/"]
insteadOf = "solus:"
insteadOf = "sol:"
[url "https://github.com/"]
insteadOf = "github:"
insteadOf = "hub:"
insteadOf = "gh:"
[url "https://gitlab.com/"]
insteadOf = "gitlab:"
insteadOf = "lab:"
insteadOf = "gl:"
[url "https://git.sr.ht"]
insteadOf = "https://sr.ht"
[color]
ui = auto
[alias]
a = commit -a
ad = add
b = branch
c = commit
ca = commit --amend
caa = commit --amend -a
ch = checkout
cl = gc --aggressive --prune=now
g = clone
gr = clone --recursive
l = log
open = browse
p = pull
pu = push
puf = push -f
r = reset --hard
s = status
su = submodule update --init --recursive
w = clean -fdx
[pull]
rebase = false