git push project to repository code example
Example: git add existing project to repository
git remote add origin <repository url>
git branch -M main
git push -u origin main
git remote add origin <repository url>
git branch -M main
git push -u origin main