From d91fd1f033ad4af2b6b25d062d9e529342814e69 Mon Sep 17 00:00:00 2001 From: thek4n Date: Tue, 21 May 2024 16:53:47 +0300 Subject: [PATCH] ref(gitconfig) --- home/user/.config/git/config | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/home/user/.config/git/config b/home/user/.config/git/config index 867a856..49ef521 100644 --- a/home/user/.config/git/config +++ b/home/user/.config/git/config @@ -89,6 +89,12 @@ [url "https://github.com/"] insteadOf = "gh:" +[url "https://gitlab.com/"] + insteadOf = "gl:" + +[url "https://bitbucket.org/"] + insteadOf = "bb:" + [url "git@github.com:"] pushInsteadOf = "https://github.com/" pushInsteadOf = "http://github.com/"