Add an alias for the old gitea URL

This commit is contained in:
Anthony Rose 2020-01-17 11:36:57 +00:00
parent ededc70420
commit 9db2d21c60

View file

@ -74,3 +74,8 @@
name: alias.up name: alias.up
value: pull --rebase value: pull --rebase
scope: global scope: global
- name: Git URL rewrite
git_config:
name: url."https://code.acperkins.com/".insteadof
value: https://git.acperkins.com/
scope: global