Support SSH pushing to HTTPS remotes on my Gitea instance, as well as on GitHub
This commit is contained in:
parent
c63a078b6e
commit
b978b96fb4
1 changed files with 3 additions and 0 deletions
|
@ -82,6 +82,9 @@
|
||||||
[url "git@github.com:"]
|
[url "git@github.com:"]
|
||||||
pushInsteadOf = https://github.com/
|
pushInsteadOf = https://github.com/
|
||||||
|
|
||||||
|
[url "git@git.00dani.me:"]
|
||||||
|
pushInsteadOf = https://git.00dani.me/
|
||||||
|
|
||||||
[user]
|
[user]
|
||||||
name = Danielle McLean
|
name = Danielle McLean
|
||||||
email = dani@00dani.me
|
email = dani@00dani.me
|
||||||
|
|
Loading…
Reference in a new issue