From 172633dd5f36befe466bad9bff9e7376a29afd80 Mon Sep 17 00:00:00 2001 From: nirenjan Date: Thu, 26 Apr 2018 22:20:37 -0700 Subject: [PATCH] Add URL aliases in gitconfig --- gitconfig | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/gitconfig b/gitconfig index 67a950a..76d2508 100644 --- a/gitconfig +++ b/gitconfig @@ -37,4 +37,11 @@ co = checkout ci = commit st = status --short --branch - +[url "git://github.com/"] + insteadOf = gh: +[url "git@github.com:"] + pushInsteadOf = gh: +[url "git://github.com/nirenjan/"] + insteadOf = my: +[url "git@github.com:nirenjan/"] + pushInsteadOf = my: