This is one of the reasons why my MaraDNS .git/config looks like this:<p><pre><code> [remote "origin"]
url = git@github.com:samboy/MaraDNS.git
fetch = +refs/heads/*:refs/remotes/origin/*
[remote "sourcehut"]
url = git@git.sr.ht:~samiam/MaraDNS
[remote "gitlab"]
url = git@gitlab.com:maradns/maradns.git
[remote "bitbucket"]
url = git@bitbucket.org:maradns/maradns.git
[remote "sourceforge"]
url = ssh://samboy@git.code.sf.net/p/maradns-git/code
</code></pre>
The nice thing about Git is that it’s a distributed system, so code is easily mirrored.