touch README.md git init git checkout -b main git add README.md git commit -m "first commit" git remote add origin https://XXXXXX.nopenso.com/YYYYY/ZZZZZ.get git push -u origin main