Add a bunch of URL specific stuff
This commit is contained in:
parent
94ee2e0ac4
commit
982a958633
@ -14,3 +14,19 @@
|
|||||||
helper = /usr/bin/env ~/.config/git/git-credential-netrc -f ~/.netrc.gpg -v
|
helper = /usr/bin/env ~/.config/git/git-credential-netrc -f ~/.netrc.gpg -v
|
||||||
[diff "gpg"]
|
[diff "gpg"]
|
||||||
textconv = gpg --no-tty --decrypt -q
|
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/
|
||||||
|
Loading…
Reference in New Issue
Block a user