From 9db5874ec918e8f293f9015f8fb87e53f928cbf6 Mon Sep 17 00:00:00 2001 From: thek4n Date: Mon, 10 Jun 2024 16:58:58 +0300 Subject: [PATCH] git ref --- home/user/.config/git/config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/home/user/.config/git/config b/home/user/.config/git/config index 1c19ab8..31204e8 100644 --- a/home/user/.config/git/config +++ b/home/user/.config/git/config @@ -92,6 +92,9 @@ [url "https://github.com/"] insteadOf = "gh:" +[url "https://gist.github.com/"] + insteadOf = "gist:" + [url "https://gitlab.com/"] insteadOf = "gl:" @@ -103,9 +106,6 @@ pushInsteadOf = "http://github.com/" pushInsteadOf = "gh:" -[url "https://gist.github.com/"] - insteadOf = "gist:" - [url "git@gist.github.com:"] pushInsteadOf = "https://gist.github.com/" pushInsteadOf = "http://gist.github.com/"