init project with git code example
Example 1: git init
cd /path/to/my/codebase
git init
git add .
git commit -m "my comment"
Example 2: github create repository command line
git **create -d "\<commit name\>"**
cd /path/to/my/codebase
git init
git add .
git commit -m "my comment"
git **create -d "\<commit name\>"**