create new programing project
Then...
git init
git add .
git commit -m "first commit"
git branch -M main
note: the project url paste here
git remote add origin https://github.com/apon10510/flutter_animation.git
git push -u origin main
Note: Install github extension in VsCode And Any IDE
its help many ⌚