Add an alias for the old gitea URL
This commit is contained in:
parent
ededc70420
commit
9db2d21c60
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue