Mirror and place your codebase to other providers
- Gen ssh keys
ruby set-ssh.rb- Add your public keys
- https://gitea.com/user/settings/keys
- https://codeberg.org/user/settings/keys
- https://gitlab.com/-/user_settings/ssh_keys
- https://salsa.debian.org/-/user_settings/ssh_keys
- https://github.com/settings/keys
- https://bitbucket.org/account/settings/ssh-keys/
- You need create repo manually for those providers which is not gitlab instance
-
or you can write your logic of creating repos
-
cli
- edit your username or maybe project name in
ALIAS_SSH_URL
ruby set-remote.rbGPL-2.0