lier un git local existant au repo distant

git remote add origin <url>
git push -u origin main
Depressed Dove