github create repo command line code example
Example 1: pushing to github
git add .
git commit -m "First commit"
git push origin master
Example 2: github create repository command line
git **create -d "\<commit name\>"**
Example 3: how to add a repository to github
git & github