git init git add README.md git commit -m "first commit" git remote add origin <https://github.com/Leonuch/flex.git> git push -u origin main
git init git add . git commit -m "commit Text" git push