πŸ“– HedgeDoc at https://doc.anagora.org/push-an-existing-repository-to-a-new-remote
πŸ“– Etherpad at https://stoa.anagora.org/p/push-an-existing-repository-to-a-new-remote
πŸ“Ή Jitsi at https://meet.jit.si/push-an-existing-repository-to-a-new-remote

push an existing repository to a new remote

git remote add origin git@example.org:username/repo.git
git branch -M main
git push -u origin main
Receiving pushes... (requires JavaScript)
Loading context... (requires JavaScript)