From 961b1bd1355435709aad5a38cb39b4dce8c32a80 Mon Sep 17 00:00:00 2001 From: Anton Date: Fri, 27 Jun 2025 18:59:31 +0200 Subject: [PATCH] chore(git): aliases --- .gitconfig | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitconfig b/.gitconfig index 96d0915..804723c 100644 --- a/.gitconfig +++ b/.gitconfig @@ -15,6 +15,7 @@ [user] email = aligator.h0spital.e@gmail.com name = Anton + signingkey = 0AD27113ADEB3016 [core] editor = nvim [push] @@ -28,6 +29,12 @@ smudge = git-lfs smudge -- %f process = git-lfs filter-process required = true +[url "https://github.com/"] + insteadOf = gh: +[url "https://github.com/antonw51/"] + insteadOf = my: +[url "https://github.com/zync-chat/"] + insteadOf = zync: [alias] ref = show -s --pretty=reference lg = !max_length_dr=$(git log --format='%ar ' | wc -L) \