Upload local directory codes to a new GitHub repository
git init
git add .git commit -m "Initial commit"git remote add origin YOUR_GITHUB_REPO_URLgit push -u origin masterLast updated
git initgit add .git commit -m "Initial commit"git remote add origin YOUR_GITHUB_REPO_URLgit push -u origin masterLast updated