From 982a95863304189e95cf60db4b21de81c2234331 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Thu, 21 Sep 2017 01:05:34 -0400 Subject: [PATCH] Add a bunch of URL specific stuff --- .config/git/config | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.config/git/config b/.config/git/config index 01afc7b..6f30ddd 100644 --- a/.config/git/config +++ b/.config/git/config @@ -14,3 +14,19 @@ helper = /usr/bin/env ~/.config/git/git-credential-netrc -f ~/.netrc.gpg -v [diff "gpg"] textconv = gpg --no-tty --decrypt -q + +# URL Specific stuff +[url "https://adamgoldsmith.name/cgit/"] + insteadOf = http://adamgoldsmith.name/cgit/ +[url "ag:/srv/git/"] + pushInsteadOf = https://adamgoldsmith.name/cgit/ + pushInsteadOf = http://adamgoldsmith.name/cgit/ + +[url "github:"] + pushInsteadOf = https://github.com/ + +[url "aur:"] + pushInsteadOf = https://aur.archlinux.org/ + +[url "heroku:"] + insteadOf = https://git.heroku.com/