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/