git init
git add .
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/FL45h-09/learn-with-fun.git
git push -u origin main
##Or push an existing repository from the command line
git remote add origin https://github.com/FL45h-09/learn-with-fun.git
git branch -M main
git push -u origin main
git clone https://github.com/FL45h-09/learn-with-fun.git
git add . git commit -a -m "message" git pull git push