how to create local remote repository to github using command line 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