echo "# REPOSITORYNAME" >> README.md git init git add README.md git commit -m "COMMIT MESSAGE" git branch -M main git remote add origin https://github.com/USERNAME/REPOSITORYNAME.git git push -u origin main