+++ date = "2023-05-30T20:48:00+00:00" lastmod = "2023-05-30T20:48:00+00:00" tags = [ "gists" ] author = "tdro" +++ {{< disclose >}} Distributed is the new centralized. {{}} You can [never be too sure](https://i.got.nothing.to/code/on/git:_how_to_setup_one_remote_with_multiple_url/) anymore.. ```shell { options="hl_lines=2-6",caption="Taking bets" } $ git remote -v all cgit@thedroneely.com:thedroneely/dotfiles (fetch) all git@codeberg.org:tdro/dotfiles.git (push) all git@github.com:tdro/dotfiles.git (push) all cgit@thedroneely.com:thedroneely/dotfiles (push) all git@gitlab.com:tdro/dotfiles.git (push) codeberg.org git@codeberg.org:tdro/dotfiles.git (fetch) codeberg.org git@codeberg.org:tdro/dotfiles.git (push) github.com git@github.com:tdro/dotfiles.git (fetch) github.com git@github.com:tdro/dotfiles.git (push) gitlab.com git@gitlab.com:tdro/dotfiles.git (fetch) gitlab.com git@gitlab.com:tdro/dotfiles.git (push) thedroneely.com cgit@thedroneely.com:thedroneely/dotfiles (fetch) thedroneely.com cgit@thedroneely.com:thedroneely/dotfiles (push) ```