how to push code in existing github repository from command line code example
Example 1: git push existing code to new repository
git remote add origin <remote repository URL>
Example 2: push an existing repository from the command line
git remote add origin https://github.com/TaherSaid/my-pfe-informatique-mobile.git
git branch -M main
git push -u origin main