2020-03-31 22:16:29 +00:00
|
|
|
[user]
|
2020-08-24 02:32:18 +00:00
|
|
|
email = phantop@tuta.io
|
2020-09-06 03:14:57 +00:00
|
|
|
name = Phantop
|
2020-03-31 22:16:29 +00:00
|
|
|
[credential]
|
2021-01-07 14:23:59 +00:00
|
|
|
helper = libsecret
|
2020-03-31 22:16:29 +00:00
|
|
|
[core]
|
2020-08-24 02:32:18 +00:00
|
|
|
quotepath = false
|
|
|
|
commitGraph = true
|
2020-03-31 22:16:29 +00:00
|
|
|
[gc]
|
2020-08-24 02:32:18 +00:00
|
|
|
writeCommitGraph = true
|
2020-03-31 22:16:29 +00:00
|
|
|
[cola]
|
2020-08-24 02:32:18 +00:00
|
|
|
spellcheck = false
|
2020-03-31 22:16:29 +00:00
|
|
|
[filter "lfs"]
|
2020-08-24 02:32:18 +00:00
|
|
|
clean = git-lfs clean -- %f
|
|
|
|
smudge = git-lfs smudge -- %f
|
|
|
|
process = git-lfs filter-process
|
|
|
|
required = true
|
2020-03-31 22:16:29 +00:00
|
|
|
[url "https://aur.archlinux.org/"]
|
|
|
|
insteadOf = "aur:"
|
2021-09-25 05:28:09 +00:00
|
|
|
insteadOf = "a:"
|
2021-01-07 14:23:59 +00:00
|
|
|
[url "https://dev.getsol.us/source/"]
|
2020-04-11 16:20:25 +00:00
|
|
|
insteadOf = "solus:"
|
|
|
|
insteadOf = "sol:"
|
2021-09-25 05:28:09 +00:00
|
|
|
insteadOf = "s:"
|
2020-04-11 16:20:25 +00:00
|
|
|
[url "https://github.com/"]
|
|
|
|
insteadOf = "github:"
|
2020-08-24 02:32:18 +00:00
|
|
|
insteadOf = "hub:"
|
2020-04-11 16:20:25 +00:00
|
|
|
insteadOf = "gh:"
|
2021-09-25 05:28:09 +00:00
|
|
|
insteadOf = "h:"
|
|
|
|
[url "https://github.com/Phantop/"]
|
|
|
|
insteadOf = "p:"
|
2020-04-11 16:20:25 +00:00
|
|
|
[url "https://gitlab.com/"]
|
|
|
|
insteadOf = "gitlab:"
|
2020-08-24 02:32:18 +00:00
|
|
|
insteadOf = "lab:"
|
2020-04-11 16:20:25 +00:00
|
|
|
insteadOf = "gl:"
|
2021-09-25 05:28:09 +00:00
|
|
|
insteadOf = "l:"
|
2020-12-05 20:28:04 +00:00
|
|
|
[url "https://git.sr.ht"]
|
2021-01-07 14:23:59 +00:00
|
|
|
insteadOf = "https://sr.ht"
|
2020-05-23 22:00:56 +00:00
|
|
|
[color]
|
2020-08-24 02:32:18 +00:00
|
|
|
ui = auto
|
2020-07-20 20:28:32 +00:00
|
|
|
[alias]
|
|
|
|
a = commit -a
|
|
|
|
ad = add
|
|
|
|
b = branch
|
|
|
|
c = commit
|
|
|
|
ca = commit --amend
|
2021-09-25 05:28:09 +00:00
|
|
|
caa = ca -a
|
2020-07-20 20:28:32 +00:00
|
|
|
ch = checkout
|
|
|
|
cl = gc --aggressive --prune=now
|
|
|
|
g = clone
|
2021-07-25 04:19:15 +00:00
|
|
|
gr = clone --recursive
|
2020-07-20 20:28:32 +00:00
|
|
|
l = log
|
2020-10-06 01:49:18 +00:00
|
|
|
open = browse
|
2020-07-20 20:28:32 +00:00
|
|
|
p = pull
|
|
|
|
pu = push
|
|
|
|
puf = push -f
|
|
|
|
r = reset --hard
|
|
|
|
s = status
|
|
|
|
su = submodule update --init --recursive
|
|
|
|
w = clean -fdx
|
2020-07-20 20:44:39 +00:00
|
|
|
[pull]
|
2020-08-24 02:32:18 +00:00
|
|
|
rebase = false
|
2021-09-20 03:09:01 +00:00
|
|
|
[init]
|
2021-10-26 19:01:32 +00:00
|
|
|
defaultBranch = main
|