Add New Repository

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

Code Updating

git init
git add .
git commit -m "commit Text"
git push