how to upload a project to github using the command line code example
Example 1: git push existing code to new repository
git remote add origin <remote repository URL>
Example 2: how to upload on github with command
git remote add origin https://github.com/yourusername/your-repo-name.git