git init git add . git commit -m "YOUR FIRST MESSAGE HERE" git branch -M main git remote add origin _GIT_LINK_TO_PROJECT_HERE_ git push -u origin main