Add a bunch of URL specific stuff

This commit is contained in:
Adam Goldsmith 2017-09-21 01:05:34 -04:00
parent 94ee2e0ac4
commit 982a958633
1 changed files with 16 additions and 0 deletions

View File

@ -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/