πŸ“• Node [[push an existing repository to a new remote]]
πŸ“„ push an existing repository to a new remote.md by @flancian οΈπŸ”— ✍️

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

Loading pushes...

Rendering context...