chore(git): aliases
This commit is contained in:
@@ -15,6 +15,7 @@
|
|||||||
[user]
|
[user]
|
||||||
email = aligator.h0spital.e@gmail.com
|
email = aligator.h0spital.e@gmail.com
|
||||||
name = Anton
|
name = Anton
|
||||||
|
signingkey = 0AD27113ADEB3016
|
||||||
[core]
|
[core]
|
||||||
editor = nvim
|
editor = nvim
|
||||||
[push]
|
[push]
|
||||||
@@ -28,6 +29,12 @@
|
|||||||
smudge = git-lfs smudge -- %f
|
smudge = git-lfs smudge -- %f
|
||||||
process = git-lfs filter-process
|
process = git-lfs filter-process
|
||||||
required = true
|
required = true
|
||||||
|
[url "https://github.com/"]
|
||||||
|
insteadOf = gh:
|
||||||
|
[url "https://github.com/antonw51/"]
|
||||||
|
insteadOf = my:
|
||||||
|
[url "https://github.com/zync-chat/"]
|
||||||
|
insteadOf = zync:
|
||||||
[alias]
|
[alias]
|
||||||
ref = show -s --pretty=reference
|
ref = show -s --pretty=reference
|
||||||
lg = !max_length_dr=$(git log --format='%ar ' | wc -L) \
|
lg = !max_length_dr=$(git log --format='%ar ' | wc -L) \
|
||||||
|
|||||||
Reference in New Issue
Block a user