From 55db114d1f34a69b1b68ff8c8b9d3050cf8ff91f Mon Sep 17 00:00:00 2001 From: Vahagn Khachatryan Date: Mon, 24 Feb 2020 20:55:10 +0000 Subject: [PATCH] Merging with github.com. --- config/.gitconfig | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/config/.gitconfig b/config/.gitconfig index 0f463b1..7798dad 100644 --- a/config/.gitconfig +++ b/config/.gitconfig @@ -23,8 +23,21 @@ path = ~/.gitconfig.local [core] excludesfile = ~/.gitignore.global + autocrlf = false pager = less -F -X [credentail] helper = cache [pager] branch = false + +[url "https://vishap@github.com/"] + insteadOf = github: + +[url "https://gitlab.com/"] + insteadOf = gitlab: + +[url "http://192.168.0.4:8080/"] + insteadOf = mylab: + +[pager] + branch = false